fix: hide table of API keys while loading

This commit is contained in:
Veronika Fehérvíziová
2025-11-30 21:22:27 +01:00
parent 57290e3a7a
commit 08cae3c9f1

View File

@@ -121,7 +121,7 @@ async function deleteKey(key: ApiKey) {
<!-- Chybová hláška -->
<ErrorAlert v-else-if="error" :error="error?.message" />
<v-table>
<v-table v-else>
<thead>
<tr>
<th v-for="header in headers" :class="'text-' + header.align">