Skip to content

Commit

Permalink
🐞Fix: automatic close for bounty creation modal
Browse files Browse the repository at this point in the history
Signed-off-by: Vividh Pandey <[email protected]>
  • Loading branch information
VividhPandey003 committed Nov 16, 2023
1 parent b27a40d commit c228a46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const PostModal: FC<PostModalProps> = observer(
maxHeight: '100%',
borderRadius: '10px'
}}
overlayClick={closeHandler}
overlayClick={undefined}
bigCloseImage={closeHandler}
bigCloseImageStyle={{
top: '-18px',
Expand Down

0 comments on commit c228a46

Please sign in to comment.