From 9d0aee059ffbf3a2170bead80485d76d4067958c Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 5 Mar 2025 12:38:19 +0100 Subject: [PATCH 1/2] fix: warmFix vnInput dataCy --- src/components/common/VnInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index 9e13f5351..9821992cb 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -143,7 +143,7 @@ const handleUppercase = () => { :rules="mixinRules" :lazy-rules="true" hide-bottom-space - :data-cy="$attrs['data-cy'] ?? $attrs.label + '_input'" + :data-cy="($attrs['data-cy'] ?? $attrs.label) + '_input'" >