fix: refs #8581 update data-cy attr syntax
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-20 17:18:56 +01:00
parent f86691cdfd
commit c3b6f79965
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ const manageDate = (date) => {
@click="isPopupOpen = !isPopupOpen"
@keydown="isPopupOpen = false"
hide-bottom-space
:data-cy="$attrs.dataCy ?? $attrs.label + '_inputDate'"
:data-cy="$attrs['data-cy'] ?? $attrs.label + '_inputDate'"
>
<template #append>
<QIcon