feat: Enable new dataset creation flow II (#22835)

This commit is contained in:
Lyndsi Kay Williams
2023-02-01 09:49:25 -06:00
committed by GitHub
parent ebed50fd12
commit 260ac40b23
23 changed files with 237 additions and 376 deletions

View File

@@ -231,7 +231,9 @@ const ColumnSelectPopover = ({
}, []);
const setDatasetAndClose = () => {
if (setDatasetModal) setDatasetModal(true);
if (setDatasetModal) {
setDatasetModal(true);
}
onClose();
};