We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf00fc commit 5f96632Copy full SHA for 5f96632
projects/saas-ui/src/app/main/components/tenant-registration/tenant-registration.component.ts
@@ -144,7 +144,6 @@ export class TenantRegistrationComponent {
144
this.onBoardingService.registerTenant(user).subscribe(
145
() => {
146
this.toastrService.show('Tenant Added , successfully');
147
- this.isSubmitting = false;
148
this.router.navigate(['main/onboard-tenant-list']);
149
},
150
(error: string) => {
0 commit comments