fix(block-workbench): destroy after close modal

This commit is contained in:
chenos 2024-06-26 09:21:12 +08:00
parent 700e18fb1a
commit 72e3d0c0ac

View File

@ -79,7 +79,7 @@ export function ModalActionSchemaInitializerItem(props) {
}, },
}, },
}; };
}, []); }, [visible]);
return ( return (
<> <>