Add warning if no Circle can / has been selected

This commit is contained in:
Reto Aebersold 2023-09-21 09:38:50 +02:00
parent d673f2fdc9
commit 475b0851d6
1 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,9 @@ function userCountStatusForCircle(userId: string) {
</div>
</div>
</template>
<span v-else class="text-lg text-orange-600">
{{ $t("a.Kein Circle verfügbar oder ausgewählt.") }}
</span>
</div>
</div>
</template>