Skip to content

Commit

Permalink
🚸 Improve the loading text
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Mar 19, 2024
1 parent a9fc7d9 commit 99fa573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/IscnUploadForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ export default class IscnUploadForm extends Vue {
// TODO: Handle error
// eslint-disable-next-line no-console
console.error(err);
} finally {
this.uploadStatus = 'uploading';
}
return '';
}
Expand Down

0 comments on commit 99fa573

Please sign in to comment.