feature/Address-view-refactor #123

Merged
jsegarra merged 6 commits from wbuezas/hedera-web-mindshore:feature/Address-view-refactor into beta 2025-03-21 14:40:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 92dc8998bf - Show all commits
src/components/common

View File

@ -144,7 +144,7 @@ const handleUppercase = () => {
:rules="mixinRules"
:lazy-rules="true"
hide-bottom-space
:data-cy="$attrs.dataCy ?? $attrs.label + '_input'"
:data-cy="$attrs['data-cy'] ?? $attrs.label + '_input'"
>
<template #prepend v-if="$slots.prepend">
<slot name="prepend" />