diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-18 15:19:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-18 15:19:29 +0700 |
| commit | 870bede9df9920b23f2e5cb771ff5ae6448e3ac7 (patch) | |
| tree | f61ff016065c58f9abf9fbacc9cc906143496071 /src/lib/auth | |
| parent | b8b3b1df835d429920975e023d956b7c6ca33f43 (diff) | |
<iman> update switch account
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/SwitchAccount.jsx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx index 3146a3da..b7b67864 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -182,17 +182,17 @@ const SwitchAccount = () => { isPKP={isPKP} chekValid={notValid} /> + <div className='flex justify-end mb-4 mr-4'> + <button + type='submit' + onClick={onSubmitHandler} + className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6' + > + {mutation.isLoading ? 'Loading...' : 'Simpan Perubahan'} + </button> + </div> </div> )} - <div className='flex justify-end mb-4 mr-4'> - <button - type='submit' - onClick={onSubmitHandler} - className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6' - > - {mutation.isLoading ? 'Loading...' : 'Simpan Perubahan'} - </button> - </div> </> ); }; |
