feat: use withDefaults for DatepickerWithValues
This commit is contained in:

committed by
konrad

parent
f8fb9d7407
commit
cb706416c6
@ -304,8 +304,7 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
|
||||
/>
|
||||
<DatepickerWithValues
|
||||
v-model="currentDatepickerValue"
|
||||
:open="datePickerPopupOpen"
|
||||
@close="() => datePickerPopupOpen = false"
|
||||
v-model:open="datePickerPopupOpen"
|
||||
@update:modelValue="updateDateInQuery"
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user