load wizard from shell window

This commit is contained in:
Jan Prochazka
2020-06-18 15:35:57 +02:00
parent 8425fc46a7
commit 694e76b654
5 changed files with 36 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ export default function ImportExportModal({ modalState, initialValues }) {
initialScript: code,
},
});
// modalState.close();
modalState.close();
};
return (
<ModalBase modalState={modalState}>