diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/search.js b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/search.js index c1ea372c..9411ef31 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/search.js +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/search.js @@ -48,6 +48,7 @@ export default props => ({ this.filterSettings = {...this.defaultFilterSettings} this.dateRangeSelected = { from: null, to: null } this.dateRangeLabel = null + this.refresh() }, initDatePicker(minDate, maxDate) { this.picker = flatpickr(this.$refs.picker, {