Skip to content

Commit

Permalink
hide modal after overwrite (#20924)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Jul 29, 2022
1 parent 1a8c28d commit 67e3dc7
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 67e3dc7

Please sign in to comment.