Skip to content
Snippets Groups Projects
Unverified Commit fa03bc71 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

don't use list icon for fields (#24379)

parent f0125024
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ export const BulkFilterItem = ({
fieldName={dimension.displayName()}
value={currentOperator}
operators={dimension.filterOperators(currentOperator)}
iconName="list"
iconName={dimension?.icon() ?? undefined}
tableName={tableName}
onChange={changeOperator}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment