mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +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