Skip to content

Commit

Permalink
fix: add template.variables array
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 9, 2023
1 parent abc1fa0 commit 80ec707
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ const getDefaultContent = () => {
return {
id: uniqid.time(),
type: "document",
data: {},
data: {
template: {
variables: []
}
},
elements: []
};
};
Expand Down

0 comments on commit 80ec707

Please sign in to comment.