perf: change default prop
gitea/salix-front/pipeline/pr-test This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-05-19 11:36:31 +02:00
parent 2bdb73dfde
commit 0505fb69b6
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const $props = defineProps({
},
isPopupOpen: {
type: Boolean,
default: true,
default: false,
},
multiple: {
type: Boolean,

View File

@ -137,7 +137,6 @@ const setUserParams = (params) => {
v-model="params.excludedDates"
filled
:label="t('negative.excludedDates')"
:is-popup-open="false"
>
</VnInputDates>
</QItemSection>