Skip to content

Commit

Permalink
Fix intacct app loading (#849)
Browse files Browse the repository at this point in the history
* Fix intacct app loading

* Fix intacct app loading
  • Loading branch information
ashwin1111 authored Jun 14, 2024
1 parent 910c460 commit 153a692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/integrations/intacct/intacct.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<router-outlet></router-outlet>
<router-outlet *ngIf="!isLoading"></router-outlet>
2 changes: 1 addition & 1 deletion src/app/integrations/netsuite/netsuite.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<router-outlet></router-outlet>
<router-outlet *ngIf="!isLoading"></router-outlet>
2 changes: 1 addition & 1 deletion src/app/integrations/xero/xero.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<router-outlet></router-outlet>
<router-outlet *ngIf="!isLoading"></router-outlet>

0 comments on commit 153a692

Please sign in to comment.