summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-19 10:07:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-19 10:07:25 +0700
commit4f672d76536af35b6945693fd21a94d97d72ec30 (patch)
tree92745e0c0eca8c148f561ce4240a106c463b6d22 /src-migrate/modules
parentb261f7fd592965fe60fbfb8842d9769b96988573 (diff)
parent6a036ddb5daf9c3d1307059fcc6b4d41d0d566c6 (diff)
Merge branch 'new-release' into CR/renca-banner
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/register/index.tsx7
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;
}
};