diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 15:43:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 15:43:30 +0700 |
| commit | 81caf6bbdcb2c8c55788f413368355cbf13cc838 (patch) | |
| tree | fb7ca78c547fc4bdbc5cb4c8ec7bb3dadcafc75d /src-migrate/modules | |
| parent | 1904419f7aa7d2c6ee8644166e270703e969d4b2 (diff) | |
| parent | c02abe580bfdd28392f55704d613dea225428716 (diff) | |
Merge branch 'new-release' into CR/repeat-order
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/register/index.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src-migrate/modules/register/index.tsx b/src-migrate/modules/register/index.tsx index 39f4771c..06f7cbea 100644 --- a/src-migrate/modules/register/index.tsx +++ b/src-migrate/modules/register/index.tsx @@ -101,6 +101,13 @@ const Register = () => { status: 'warning', }); break; + case 'BISNIS_NOT_FOUND': + toast({ + ...toastProps, + title: 'Bisnis tidak ditemukan', + status: 'warning', + }); + break; } }; |
