diff --git a/src/components/whatsAppTemplates/AuthenticationCategoryForm.vue b/src/components/whatsAppTemplates/AuthenticationCategoryForm.vue new file mode 100644 index 00000000..222a1083 --- /dev/null +++ b/src/components/whatsAppTemplates/AuthenticationCategoryForm.vue @@ -0,0 +1,215 @@ + + + + + diff --git a/src/components/whatsAppTemplates/FormTabContent.vue b/src/components/whatsAppTemplates/FormTabContent.vue index 5257fcea..de23999f 100644 --- a/src/components/whatsAppTemplates/FormTabContent.vue +++ b/src/components/whatsAppTemplates/FormTabContent.vue @@ -22,7 +22,9 @@ 'form-tab-content__selects--category': true, 'form-tab-content__selects__disabled': disableInputs || formMode !== 'create', }" - :inputTitle="currentCategory || $t('WhatsApp.templates.form_field.category_placeholder')" + :inputTitle=" + translateCurrentCategory || $t('WhatsApp.templates.form_field.category_placeholder') + " :hideGroupTitle="true" :label="$t('WhatsApp.templates.form_field.category')" :groups="categoryGroups" @@ -51,28 +53,35 @@ - - -