diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 15:36:46 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 15:36:46 +0700 |
| commit | c02abe580bfdd28392f55704d613dea225428716 (patch) | |
| tree | 7a79799b10ccd03b276a0ceb69dc478b411c2d45 /src-migrate/modules | |
| parent | b88292ed2c51bc790f91fabbd7f99e882115f328 (diff) | |
<iman> update register bisnis not found
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; } }; |
