mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
fix: dataset exists error in save Dataset modal (#21244)
* dataset exists error * fixed flashing modal
This commit is contained in:
@@ -304,13 +304,12 @@ export const SaveDatasetModal: FunctionComponent<SaveDatasetModalProps> = ({
|
||||
[URL_PARAMS.formDataKey.name]: key,
|
||||
});
|
||||
createWindow(url);
|
||||
setDatasetName(getDefaultDatasetName());
|
||||
onHide();
|
||||
})
|
||||
.catch(() => {
|
||||
addDangerToast(t('An error occurred saving dataset'));
|
||||
});
|
||||
|
||||
setDatasetName(getDefaultDatasetName());
|
||||
onHide();
|
||||
};
|
||||
|
||||
const handleOverwriteDatasetOption = (value: SelectValue, option: any) => {
|
||||
|
||||
Reference in New Issue
Block a user