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

@@ -27,5 +27,5 @@ export default async function apiError(error, toastMessage) {
await delay(1000);
loading.isLoading = false;
await delay(500);
$toast.default(toastMessage, {position: 'bottom'});
$toast.default('Please upload your file.', {position: 'bottom'});
}