update
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user