Poprawka zapisywania filtrów

This commit is contained in:
2022-04-27 21:34:43 +02:00
parent bd1b206453
commit d329d81b60
2 changed files with 2 additions and 1 deletions
@@ -228,6 +228,7 @@ export default defineComponent({
});
this.minimumHours = 0;
this.changeNumericFilterValue('onlineFromHours', this.minimumHours, true);
this.$emit('resetFilters');
},