fix(editor): Fix workflows filter resetting (#8411)

This commit is contained in:
Csaba Tuncsik
2024-01-26 06:55:08 +01:00
committed by GitHub
parent caab97e667
commit ad4b298be3
15 changed files with 251 additions and 0 deletions

View File

@@ -454,6 +454,7 @@ export default defineComponent({
this.resettingFilters = true;
this.sendFiltersTelemetry('reset');
this.$emit('update:filters', this.filtersModel);
},
focusSearchInput() {
if (this.$refs.search) {