mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
feat: Update Chatwoot.vue to display correct version availability hint
This commit is contained in:
parent
87cfadf673
commit
983ff4290c
@ -108,7 +108,7 @@
|
||||
:label="$t('chatwoot.nameInbox')"
|
||||
:hint="
|
||||
!AppStore.versionSatisfies('>=1.7.4')
|
||||
? $t('version.availableFrom', { version: '>=1.7.4' })
|
||||
? $t('version.availableFrom', { version: '1.7.4' })
|
||||
: $t('chatwoot.nameInboxHelp')
|
||||
"
|
||||
:persistent-hint="!AppStore.versionSatisfies('>=1.7.4')"
|
||||
|
Loading…
Reference in New Issue
Block a user