Skip to content

Commit

Permalink
hide modal after overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jul 29, 2022
1 parent 4d29d16 commit 0312394
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const SaveDatasetModal: FunctionComponent<SaveDatasetModalProps> = ({

setShouldOverwriteDataset(false);
setDatasetName(getDefaultDatasetName());
onHide();
};

const loadDatasetOverwriteOptions = useCallback(
Expand Down

0 comments on commit 0312394

Please sign in to comment.