Fix filter resetting
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user