Skip to content

Commit

Permalink
[ACS-6565] No items message in folder properties not displayed proper…
Browse files Browse the repository at this point in the history
…ly (#9413)
  • Loading branch information
jacekpluta authored and AleksanderSklorz committed Mar 27, 2024
1 parent 346b582 commit 4488843
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) && group.editable && !editing" 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 4488843

Please sign in to comment.