fix: API Error Message text done.

This commit is contained in:
chiayin
2024-01-16 11:42:25 +08:00
parent 5bc9139fc5
commit 30a97b2a3b

View File

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