Skip to content

Commit

Permalink
Merge branch 'staging' into stagingcandidate
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms authored Dec 22, 2023
2 parents 393d46d + 1410116 commit 3863607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/snapshot/modals/downloadStructuresDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export const DownloadStructureDialog = memo(({}) => {
toastSuccess('Download is ready!');
}
setZipPreparing(false);
toastSuccess('Download is ready!');
})
.catch(e => {
setZipPreparing(false);
Expand Down

0 comments on commit 3863607

Please sign in to comment.