feat: i18n frenchMothersDay #1408

Merged
jsegarra merged 5 commits from fix_frenchMothersDay_i18n into dev 2025-02-17 13:44:01 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 873e31da43 - Show all commits

View File

@ -232,7 +232,6 @@ const updateDateParams = (value, params) => {
:include="'category'"
:sortBy="'name ASC'"
dense
@update:model-value="(data) => updateDateParams(data, params)"
>
<template #option="scope">
<QItem v-bind="scope.itemProps">
@ -254,7 +253,6 @@ const updateDateParams = (value, params) => {
:fields="['id', 'name']"
:sortBy="'name ASC'"
dense
@update:model-value="(data) => updateDateParams(data, params)"
/>
<VnSelect
v-model="params.campaign"