mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
feat: Enable new dataset creation flow (#22610)
This commit is contained in:
committed by
GitHub
parent
e05ac858f4
commit
c87f654901
@@ -231,7 +231,9 @@ const ColumnSelectPopover = ({
|
||||
}, []);
|
||||
|
||||
const setDatasetAndClose = () => {
|
||||
if (setDatasetModal) setDatasetModal(true);
|
||||
if (setDatasetModal) {
|
||||
setDatasetModal(true);
|
||||
}
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user