Skip to content

Commit

Permalink
tests: fixed tests, related to wt-select useValueFromOptionsByProp [W…
Browse files Browse the repository at this point in the history
…TEL-5622]
  • Loading branch information
dlohvinov committed Dec 31, 2024
1 parent cedd5e7 commit 309a6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wt-select/mixins/multiselectMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default {
handler() {
if (this.trackBy === null) return; // then, options are primitives

for (const opt of options) {
for (const opt of this.options) {
this.cachedOptionsMap[opt[this.useValueFromOptionsByProp || this.trackBy]] = opt;
}
},
Expand Down

0 comments on commit 309a6f9

Please sign in to comment.