Skip to content

Commit

Permalink
refactor: change the filter editing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 25, 2024
1 parent 450d0e6 commit b8d5bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function FilterElements(props: FilterElementsProps) {
}}
minimal
onClick={onFilterRestore}
icon={activeFilterID === id ? 'undo' : 'history'}
icon={activeFilterID === id ? 'undo' : 'annotation'}
/>
)}
<IconButton
Expand Down

0 comments on commit b8d5bd7

Please sign in to comment.