Skip to content

Commit

Permalink
fix: dismiss all action for modals (#1529)(by @david-gomes5)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-gomes5 authored and gorhom committed Jan 3, 2024
1 parent 95f0cbc commit 17269f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bottomSheetModal/BottomSheetModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const BottomSheetModalComponent = forwardRef<
handleOnUpdate={handlePortalRender}
handleOnUnmount={handlePortalOnUnmount}
>
<ContainerComponent>
<ContainerComponent key={key}>
<BottomSheet
{...bottomSheetProps}
ref={bottomSheetRef}
Expand Down

0 comments on commit 17269f1

Please sign in to comment.