diff --git a/htdocs/ViewSchedule.vue b/htdocs/ViewSchedule.vue index c29aff6..c4922dc 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -135,6 +135,7 @@ this.$watch( () => (this.client, this.selection, this.date_begin, this.date_end, {}), debounce(async () => { + this.filter = {}; window.clearTimeout(this.timer); this.update(); }, 500)