diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 10:01:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 10:01:30 +0700 |
| commit | 3eb78e21b89bd0bdddb803767ea6ec983794994b (patch) | |
| tree | f5ced7fe061f1be40bbfbeeb0d4ff1e2b5de5310 /src-migrate/modules/register/index.tsx | |
| parent | 6de06f74f0a004900ecc415b91eb03d1b58a872f (diff) | |
<iman> update temp switch account
Diffstat (limited to 'src-migrate/modules/register/index.tsx')
| -rw-r--r-- | src-migrate/modules/register/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/modules/register/index.tsx b/src-migrate/modules/register/index.tsx index da41fd8b..3d6158c8 100644 --- a/src-migrate/modules/register/index.tsx +++ b/src-migrate/modules/register/index.tsx @@ -170,7 +170,8 @@ const Register = () => { size='lg' onClick={handleSubmit} isDisabled={ - !isCheckedTNC || mutation.isLoading || !isValidCaptcha + // !isCheckedTNC || mutation.isLoading || !isValidCaptcha + !isCheckedTNC || mutation.isLoading } > {mutation.isLoading ? 'Loading...' : 'Daftar'} |
