mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-16 12:12:56 -06:00
fix: logout btn size
This commit is contained in:
parent
5d61c6ff84
commit
2667777ea1
@ -37,6 +37,7 @@
|
|||||||
<v-btn
|
<v-btn
|
||||||
v-if="!!AppStore.connection.host"
|
v-if="!!AppStore.connection.host"
|
||||||
icon
|
icon
|
||||||
|
size="small"
|
||||||
@click="logout"
|
@click="logout"
|
||||||
:disabled="loading"
|
:disabled="loading"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user