Skip to content

Commit

Permalink
[ACS-6565] No items message in folder properties not displayed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta committed Mar 8, 2024
1 parent f7d8319 commit 91fd1e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
</div>
</adf-content-metadata-header>
</mat-expansion-panel-header>
<div *ngIf="!showGroup(group) && !group.editable" class="adf-metadata-no-item-added">
<div *ngIf="!showGroup(group)" class="adf-metadata-no-item-added">
{{ 'METADATA.BASIC.NO_ITEMS_MESSAGE' | translate : { groupTitle: group.title | translate } }}
</div>
<adf-card-view
Expand Down

0 comments on commit 91fd1e8

Please sign in to comment.