File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ export const flexLayout = {
137
137
} ,
138
138
} satisfies Sx ;
139
139
140
- // Hide filter operator button - useful when there is only one operator
140
+ // Hide the filter operator button - not useful when there is only one operator
141
141
export const noHeaderFilterButtons = {
142
142
'.MuiDataGrid-headerFilterRow .MuiDataGrid-columnHeader' : {
143
143
[ [
144
144
// Hide the operator button
145
- ' button[title="Operator"]' ,
145
+ ` button[title="${ GRID_DEFAULT_LOCALE_TEXT . filterPanelOperator } "]` ,
146
146
// Hide the clear icon button for select inputs
147
147
// It seems cluttered, and it is only a couple clicks to clear it.
148
148
'.MuiFormControl-root:has(.MuiSelect-select) + button:has([data-testid="ClearIcon"])' ,
You can’t perform that action at this time.
0 commit comments