Skip to content
Snippets Groups Projects
Commit 5c9384d0 authored by ali asaria's avatar ali asaria
Browse files

mutate after downloading dataset manually

parent 247cb388
Branches
Tags
No related merge requests found
......@@ -173,6 +173,8 @@ export default function LocalDatasets() {
if (response_json?.status == 'error') {
throw new Error(response_json.message);
}
// now mutate:
mutate();
setDownloadingDataset(null);
})
.catch((error) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment