mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix mocknumer
This commit is contained in:
+2
-2
@@ -83,13 +83,13 @@
|
||||
})
|
||||
]);
|
||||
|
||||
await invalidate(Dependencies.PROJECT);
|
||||
|
||||
addNotification({ type: 'success', message: 'Mock phone numbers have been updated' });
|
||||
trackEvent(Submit.AuthMockNumbersUpdate);
|
||||
} catch (error) {
|
||||
addNotification({ type: 'error', message: error.message });
|
||||
trackError(error, Submit.AuthMockNumbersUpdate);
|
||||
} finally {
|
||||
await invalidate(Dependencies.PROJECT);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user