Skip to content

Commit

Permalink
fix: fix a bug while openning filters modal
Browse files Browse the repository at this point in the history
  • Loading branch information
guibrbs committed Jul 1, 2024
1 parent 820e1cb commit fe7a823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/components/modals/BaseBottomSheet/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const BaseBottomSheet = ({
handleComponent = null,
background = 'white',
isLoading,
onChange = () => {}
}) => {
useEffect(() => {
bottomSheetRef.current?.present();
Expand Down Expand Up @@ -48,6 +49,7 @@ export const BaseBottomSheet = ({
handleComponent={handleComponent}
overDragResistanceFactor={overDragResistanceFactor}
backgroundStyle={{ backgroundColor: background }}
onChange={onChange}
>
<FloatingIconButton
iconName={'close'}
Expand Down

0 comments on commit fe7a823

Please sign in to comment.