Skip to content

Commit

Permalink
fix the bug where forms are not closed by cross in React (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored Jan 22, 2025
1 parent a12e3c3 commit 26f0bd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const FormPopup = ({
width={width}
wrapperAttr={{ ...wrapperAttr, class: `${wrapperAttr?.class} form-popup` }}
height={height}
onVisibleChange={setVisible}
>
<ToolbarItem
toolbar='bottom'
Expand Down

0 comments on commit 26f0bd2

Please sign in to comment.