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: { isPopupOpen: {
type: Boolean, type: Boolean,
default: true, default: false,
}, },
multiple: { multiple: {
type: Boolean, type: Boolean,

View File

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