Fix: show message on empty group list (#6393)

This commit is contained in:
Benedikt Schwering 2024-04-14 19:53:48 +02:00 committed by GitHub
parent 1bbcd0961b
commit f009d9868e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,6 @@
<i-bs name="plus-circle"></i-bs>&nbsp;<ng-container i18n>Add Group</ng-container>
</button>
</h4>
@if (groups.length > 0) {
<ul class="list-group">
<li class="list-group-item">
<div class="row">
@ -85,7 +84,6 @@
<li class="list-group-item" i18n>No groups defined</li>
}
</ul>
}
}
@if (!users || !groups) {