Skip to content

Commit 5f96632

Browse files
committed
fix(arc-saas): review changes
review changes GH-73
1 parent aaf00fc commit 5f96632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/saas-ui/src/app/main/components/tenant-registration/tenant-registration.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export class TenantRegistrationComponent {
144144
this.onBoardingService.registerTenant(user).subscribe(
145145
() => {
146146
this.toastrService.show('Tenant Added , successfully');
147-
this.isSubmitting = false;
148147
this.router.navigate(['main/onboard-tenant-list']);
149148
},
150149
(error: string) => {

0 commit comments

Comments
 (0)