mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
fix: qr code error icon
This commit is contained in:
parent
759a5fdb76
commit
cd0834ab23
@ -21,7 +21,8 @@
|
||||
elevation="0"
|
||||
>
|
||||
<v-card-text class="d-flex justify-center align-center h-100">
|
||||
<v-progress-circular indeterminate color="primary" />
|
||||
<v-progress-circular v-if="loading" indeterminate color="primary" />
|
||||
<v-icon v-else-if="error">mdi-alert-circle</v-icon>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user