mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
feat: Enable new dataset creation flow II (#22835)
This commit is contained in:
committed by
GitHub
parent
ebed50fd12
commit
260ac40b23
@@ -231,7 +231,9 @@ const ColumnSelectPopover = ({
|
||||
}, []);
|
||||
|
||||
const setDatasetAndClose = () => {
|
||||
if (setDatasetModal) setDatasetModal(true);
|
||||
if (setDatasetModal) {
|
||||
setDatasetModal(true);
|
||||
}
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user