mirror of
https://github.com/apache/superset.git
synced 2026-05-30 12:49:17 +00:00
@@ -231,9 +231,7 @@ const ColumnSelectPopover = ({
|
||||
}, []);
|
||||
|
||||
const setDatasetAndClose = () => {
|
||||
if (setDatasetModal) {
|
||||
setDatasetModal(true);
|
||||
}
|
||||
if (setDatasetModal) setDatasetModal(true);
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user