mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
Remove *ngIf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<bit-table [dataSource]="dataSource()" *ngIf="dataSource()">
|
||||
<bit-table [dataSource]="dataSource()">
|
||||
<ng-container header>
|
||||
<tr>
|
||||
<th bitCell bitSortable="name" default>{{ "name" | i18n }}</th>
|
||||
|
||||
Reference in New Issue
Block a user