Skip to content

Commit 75eda38

Browse files
UI: fix cannot open 'Edit tags' modal for static routes (#10065)
1 parent ed1b145 commit 75eda38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/views/network/StaticRoutesTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ export default {
304304
},
305305
openTagsModal (route) {
306306
this.selectedRule = route
307-
this.rulesRef.value.resetFields()
308307
this.fetchTags(this.selectedRule)
309308
this.tagsModalVisible = true
310309
}

0 commit comments

Comments
 (0)