Fix my import expander icon

Should not be displayed if there is no import error
pull/5067/head
Chocobozzz 2022-06-10 10:05:50 +02:00
parent db129781ca
commit a3d7aadb6d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<ng-template pTemplate="body" let-expanded="expanded" let-videoImport>
<tr>
<td class="expand-cell" [pRowToggler]="videoImport">
<my-table-expander-icon [expanded]="expanded"></my-table-expander-icon>
<my-table-expander-icon *ngIf="videoImport.error" [expanded]="expanded"></my-table-expander-icon>
</td>
<td class="action-cell">