Skip to content

Commit

Permalink
fix expression change error
Browse files Browse the repository at this point in the history
  • Loading branch information
Borys91 committed Apr 17, 2024
1 parent 12a85a8 commit 9f817e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ipa-bcfier-ui/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
<mat-icon>close</mat-icon>
</button>
</ng-template>
<bcfier-bcf-file
[bcfFile]="bcfFile"
*ngIf="tabGroup.selectedIndex === index"
></bcfier-bcf-file>
<ng-template matTabContent>
<bcfier-bcf-file [bcfFile]="bcfFile"></bcfier-bcf-file>
</ng-template>
</mat-tab>
</mat-tab-group>

0 comments on commit 9f817e0

Please sign in to comment.