chore: Remove partner signup link (#4843)
This commit is contained in:
parent
bc8e08f126
commit
98f2160462
2 changed files with 1 additions and 13 deletions
|
@ -209,7 +209,6 @@
|
|||
"LABEL": "API key",
|
||||
"SUBTITLE": "Configure the WhatsApp API key.",
|
||||
"PLACEHOLDER": "API key",
|
||||
"APPLY_FOR_ACCESS": "Don't have any API key? Apply for access here",
|
||||
"ERROR": "Please enter a valid value."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create WhatsApp Channel",
|
||||
|
|
|
@ -34,14 +34,6 @@
|
|||
<label :class="{ error: $v.apiKey.$error }">
|
||||
<span>
|
||||
{{ $t('INBOX_MGMT.ADD.WHATSAPP.API_KEY.LABEL') }}
|
||||
<a
|
||||
v-if="globalConfig.installationName === 'Chatwoot'"
|
||||
href="https://hub.360dialog.com/lp/whatsapp/L9dj7aPA"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer nofollow"
|
||||
>
|
||||
({{ $t('INBOX_MGMT.ADD.WHATSAPP.API_KEY.APPLY_FOR_ACCESS') }})
|
||||
</a>
|
||||
</span>
|
||||
<input
|
||||
v-model.trim="apiKey"
|
||||
|
@ -82,10 +74,7 @@ export default {
|
|||
};
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
uiFlags: 'inboxes/getUIFlags',
|
||||
globalConfig: 'globalConfig/get',
|
||||
}),
|
||||
...mapGetters({ uiFlags: 'inboxes/getUIFlags' }),
|
||||
},
|
||||
validations: {
|
||||
inboxName: { required },
|
||||
|
|
Loading…
Reference in a new issue