feat: Upload no uploadId need to next to files page.
This commit is contained in:
@@ -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'});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user