Skip to content

Commit f90213a

Browse files
Fix bug on refreshing the mapiingDetails component (#743)
1 parent f23a581 commit f90213a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MappingEditor.vue

+1
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ export default {
508508
},
509509
searchLinkInfo(newValue, oldValue) {
510510
if (!_.isEqual(newValue, oldValue)) {
511+
this.items = []
511512
this.updateSearchLinks(newValue)
512513
}
513514
},

0 commit comments

Comments
 (0)