diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/auth/components/SwitchAccount.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx index 36d1e0b6..06a802fc 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -132,6 +132,7 @@ const SwitchAccount = ({ company_type }) => { } }; const onSubmitHandler = async (values) => { + toast.loading('Mengubah status akun...'); updateForm('parent_id', `${auth.parentId}`); setChangeConfirmation(false); // let data = { ...form, id: `${auth.partnerId}` }; |
