fix: refs #6919 use same data-key

This commit is contained in:
Jorge Penadés 2025-01-13 16:46:26 +01:00
parent 58d2c21e5b
commit 6c3a271ee2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const selectedCalendarDates = ref([]);
// Date formateada para bindear al componente QDate
const selectedDateFormatted = ref(toDateString(defaultDate.value));
const arrayData = useArrayData('workerData');
const arrayData = useArrayData('Worker');
const acl = useAcl();
const selectedDateYear = computed(() => moment(selectedDate.value).isoWeekYear());
const worker = computed(() => arrayData.store?.data);