Fixed loading locks

This commit is contained in:
Travis Shivers 2020-06-22 21:10:09 -05:00
parent 101809177f
commit 28d64042a4
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<v-card
class="mx-auto"
max-width="500"
:loading="loading"
>
<v-card-title>
<v-img
@ -24,7 +25,7 @@
<v-card-actions>
<v-btn
color="primary"
:disabled="!GET_SERVERS_HEALTH && !clientConnectable"
:disabled="!GET_SERVERS_HEALTH || !clientConnectable"
@click="createRoom"
>
Create Room