Skip to content
Snippets Groups Projects

Resolve "substitution planning "cancelled" checkbox does not have false as value when unchecked actively"

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -166,7 +166,7 @@ export default {
};
},
transformPatchData(item) {
let { id, __typename, cancelled, ...patchItem } = item;
let { __typename, cancelled, ...patchItem } = item;
return {
...patchItem,
// Normalize cancelled, v-checkbox returns null & does not
Loading