Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Bender committed Jan 19, 2022
1 parent dd04e59 commit e6a0788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpenwbSortableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
return this.modelValue;
},
set(newValue) {
// this will never happen, as dragable component does not emit updates!
// this will never happen, as draggable component does not emit updates!
console.log("update in sortableList", newValue);
this.$emit("update:modelValue", newValue);
},
Expand Down

0 comments on commit e6a0788

Please sign in to comment.