feature/Account-view-refactor #125

Merged
jsegarra merged 3 commits from wbuezas/hedera-web-mindshore:feature/Account-view-refactor into beta 2025-03-21 14:44:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 37c95ba13d - Show all commits

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" />