feat: Upload no uploadId need to next to files page.

This commit is contained in:
chiayin
2024-01-08 12:56:34 +08:00
parent 080eb6ae95
commit 01d712e487
3 changed files with 13 additions and 7 deletions

View File

@@ -177,8 +177,6 @@
this.store.fetchAllFiles();
this.isLoading = false;
},
beforeUnmount() {
}
}
</script>