fix: SaveDatasetModal save state on back button (#12205)

This commit is contained in:
Hugh A. Miles II 2021-01-05 18:07:23 -05:00 committed by GitHub
parent 673dea76f1
commit 95f0ead8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ export default class ResultSet extends React.PureComponent<
};
handleOverwriteCancel = () => {
this.setState({ shouldOverwriteDataSet: false });
this.setState({ shouldOverwriteDataSet: false, datasetToOverwrite: {} });
};
handleExploreBtnClick = () => {