Fix: show message on empty group list

This commit is contained in:
Benedikt Schwering 2024-04-14 19:24:26 +02:00
parent 1bbcd0961b
commit cfc0ba88c8

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">
@ -86,7 +85,6 @@
}
</ul>
}
}
@if (!users || !groups) {
<div>