We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc6d8e commit 7fae7b7Copy full SHA for 7fae7b7
1 file changed
chat2db-client/src/components/Modal/BaseModal/index.tsx
@@ -35,6 +35,7 @@ const Modal = memo(() => {
35
onCancel={() => {
36
setOpen(false);
37
}}
38
+ destroyOnClose={true}
39
footer={modalData.footer || false}
40
>
41
{modalData.content}
0 commit comments