diff --git a/app/javascript/dashboard/components/CustomAttribute.vue b/app/javascript/dashboard/components/CustomAttribute.vue index b50ad54cb..2c0fb48f7 100644 --- a/app/javascript/dashboard/components/CustomAttribute.vue +++ b/app/javascript/dashboard/components/CustomAttribute.vue @@ -12,7 +12,7 @@
{{ label }} + + diff --git a/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue b/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue index 6dfb85c4b..20bef48f6 100644 --- a/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue +++ b/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue @@ -7,6 +7,7 @@ :attribute-type="attribute.attribute_display_type" :values="attribute.attribute_values" :label="attribute.attribute_display_name" + :description="attribute.attribute_description" :value="attribute.value" :show-actions="true" :attribute-regex="attribute.regex_pattern"