fix: API Error Message text done.
This commit is contained in:
@@ -27,5 +27,5 @@ export default async function apiError(error, toastMessage) {
|
|||||||
await delay(1000);
|
await delay(1000);
|
||||||
loading.isLoading = false;
|
loading.isLoading = false;
|
||||||
await delay(500);
|
await delay(500);
|
||||||
$toast.default('Please upload your file.', {position: 'bottom'});
|
$toast.default(toastMessage, {position: 'bottom'});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user