mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 05:07:44 -06:00
change version
This commit is contained in:
@@ -139,11 +139,11 @@
|
||||
v-model="chatwootData.auto_create"
|
||||
label="Conversa pendente"
|
||||
:disabled="loading || !AppStore.versionSatisfies('>=1.6.0')"
|
||||
:hint="[
|
||||
:hint="
|
||||
!AppStore.versionSatisfies('>=1.6.0')
|
||||
? 'Disponível a partir da versão 1.6.0'
|
||||
: undefined,
|
||||
]"
|
||||
: undefined
|
||||
"
|
||||
:persistent-hint="!AppStore.versionSatisfies('>=1.6.0')"
|
||||
hide-details="auto"
|
||||
class="mb-3"
|
||||
|
||||
Reference in New Issue
Block a user