You've already forked isop-mirror
fix: hide table of API keys while loading
This commit is contained in:
@@ -121,7 +121,7 @@ async function deleteKey(key: ApiKey) {
|
|||||||
<!-- Chybová hláška -->
|
<!-- Chybová hláška -->
|
||||||
<ErrorAlert v-else-if="error" :error="error?.message" />
|
<ErrorAlert v-else-if="error" :error="error?.message" />
|
||||||
|
|
||||||
<v-table>
|
<v-table v-else>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th v-for="header in headers" :class="'text-' + header.align">
|
<th v-for="header in headers" :class="'text-' + header.align">
|
||||||
|
|||||||
Reference in New Issue
Block a user