Unverified Commit 5ad01d8f authored by Rajeev's avatar Rajeev Committed by GitHub
Browse files

Merge pull request #2324 from anoophm/patch-17

issue 0000 fix: reverting debug code
parents 699ec688 9ff41785
release-2.1.1 Tags unavailable
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -9,7 +9,7 @@
<!--<app-breadcrumbs *ngIf="userService.loggedIn"></app-breadcrumbs>-->
<router-outlet *ngIf="initApp"></router-outlet>
</div>
<!-- <app-footer></app-footer> -->
<app-footer></app-footer>
<sui-modal [mustScroll]="false" [isClosable]="false" [transitionDuration]="0" [size]="'small'" class="sb-modal"
(dismissed)="showLoginModal = false" #modal *ngIf="sessionExpiryInterceptor.sessionExpired">
<div class="sb-modal-header">
......@@ -26,4 +26,4 @@
{{ resourceService?.frmelmnts?.btn?.login }}
</a>
</div>
</sui-modal>
\ No newline at end of file
</sui-modal>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment