From a0cd4d370c4df1c0608696a5e216eb2cd12a09ab Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:19:32 -0300 Subject: [PATCH] change version --- package.json | 2 +- src/components/instance/settings/Chatwoot.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c89e364..a1af3ca 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/components/instance/settings/Chatwoot.vue b/src/components/instance/settings/Chatwoot.vue index 4a46f49..edbced9 100644 --- a/src/components/instance/settings/Chatwoot.vue +++ b/src/components/instance/settings/Chatwoot.vue @@ -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"