Skip to content

Commit b069057

Browse files
committed
fixup
1 parent 4676fb1 commit b069057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/widgets/InfiniteScrollSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export default {
274274
return
275275
}
276276
if (Array.isArray(this.preselectedOptionValue) && this.preselectedOptionValue.length > 1) {
277-
this.preselectedOptionValue = this.preselectedOptionValue.filter(o => o !== match)
277+
this.preselectedOptionValue = this.preselectedOptionValue.filter(o => o !== this.preselectedMatchValue)
278278
} else {
279279
this.resetPreselectedOptionValue()
280280
}

0 commit comments

Comments
 (0)