Skip to content
Snippets Groups Projects

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

All threads resolved!
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