fix(editor): Fix workflows filter resetting (#8411)
This commit is contained in:
@@ -454,6 +454,7 @@ export default defineComponent({
|
||||
|
||||
this.resettingFilters = true;
|
||||
this.sendFiltersTelemetry('reset');
|
||||
this.$emit('update:filters', this.filtersModel);
|
||||
},
|
||||
focusSearchInput() {
|
||||
if (this.$refs.search) {
|
||||
|
||||
Reference in New Issue
Block a user