Skip to content

Commit

Permalink
fix(FiltersItemAmonut): do not show clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Jan 15, 2025
1 parent 995283c commit feb6ac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const FiltersItemAmount = ({ value = '', setFilterValue }: FiltersItemAmo
}))}
placeholder={translate('text_66ab42d4ece7e6b7078993b1')}
formikProps={formikProps}
disableClearable={true}
/>

{showFrom && (
Expand Down

0 comments on commit feb6ac9

Please sign in to comment.