Skip to content

Commit

Permalink
fix: bulk saves - isEssentially incorrectly defaulted true
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed May 29, 2024
1 parent 76e9e5c commit f6250c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coalesce-vue/src/viewmodel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export abstract class ViewModel<
meta: model.$metadata,
action: "none",
root: false,
isEssential: true,
isEssential: false,
visited: false,
refs: {
// The model's $stableId will be referenced by other objects.
Expand Down

0 comments on commit f6250c5

Please sign in to comment.