mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 07:04:50 -06:00
change version
This commit is contained in:
parent
f7cd69bf53
commit
a0cd4d370c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "evolution-manager",
|
||||
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"main": "dist",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user