Rename the isProviderManaged variable (#9061)

This commit is contained in:
cyprain-okeke 2024-05-06 21:38:53 +01:00 committed by GitHub
parent cf74870779
commit 2b9c4c6e34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<app-header></app-header>
<bit-container *ngIf="!IsProviderManaged">
<bit-container *ngIf="!isProviderManaged">
<ng-container *ngIf="!firstLoaded && loading">
<i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}"></i>
<span class="sr-only">{{ "loading" | i18n }}</span>