From ba3f6a79e6a3b93bfbaa0d8b3f678aac9faec741 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 27 Jan 2025 14:31:54 +0100 Subject: [PATCH] style: customerList --- src/pages/Customer/CustomerList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Customer/CustomerList.vue b/src/pages/Customer/CustomerList.vue index 1e7ed080e..7efa5e7e5 100644 --- a/src/pages/Customer/CustomerList.vue +++ b/src/pages/Customer/CustomerList.vue @@ -56,7 +56,8 @@ const columns = computed(() => [ url: 'Clients', fields: ['socialName'], optionLabel: 'socialName', - optionValue: 'socialName', uppercase: false, + optionValue: 'socialName', + uppercase: false, }, }, attrs: {