From 1dd690e8f953f460ff7d1bb8eaa5f7c9cba9b830 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Tue, 12 Nov 2024 09:14:27 +0530 Subject: [PATCH] chore: Minor fix --- .../ContactCustomAttributes.vue | 49 ++++++++++--------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributes.vue b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributes.vue index 1e8a4fb36..f8ae821d7 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributes.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsSidebar/ContactCustomAttributes.vue @@ -100,28 +100,33 @@ const hasNoUnusedAttributes = computed(() => unusedAttributesCount.value === 0); }}
-
- - -
-
-

- {{ t('CONTACTS_LAYOUT.SIDEBAR.ATTRIBUTES.EMPTY_STATE') }} -

-
-
- +
+
+ + +
+
+

+ {{ t('CONTACTS_LAYOUT.SIDEBAR.ATTRIBUTES.NO_ATTRIBUTES') }} +

+
+
+ +