This commit is contained in:
HAM!DREZA
2024-12-31 11:52:10 +03:30
parent 6c388b6e07
commit 01c8e31ee1
27 changed files with 331 additions and 396 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ async function resendCall() {
} catch (error) {
loading.value = false;
// return errors.value.push(error.data.data.error);
return toast.error(error.data.data.error)
return toast.error(error?.data?.data?.error)
}
}
onMounted(() => {