Add warning if no Circle can / has been selected
This commit is contained in:
parent
d673f2fdc9
commit
475b0851d6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue