Skip to content

Commit

Permalink
refactor: show default value of shouldPropagateClickEvent in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-cucu committed Mar 25, 2024
1 parent edcaf49 commit c8772f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Modal = ({
className,
close,
title,
shouldPropagateClickEvent,
shouldPropagateClickEvent = false,
...wrapperProps
}: Props): ReactElement => {
// list of focusable selectors is based on this Stack Overflow answer:
Expand Down

0 comments on commit c8772f8

Please sign in to comment.