Skip to content

Commit

Permalink
VUU-81 remove stringify() for definition in POST
Browse files Browse the repository at this point in the history
  • Loading branch information
vferraro-scottlogic committed Nov 16, 2023
1 parent 2b92e9e commit 2b3ad22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class RemoteLayoutPersistenceManager
method: "POST",
body: JSON.stringify({
metadata,
definition: JSON.stringify(layout),
definition: layout,
}),
})
.then((response) => {
Expand Down

0 comments on commit 2b3ad22

Please sign in to comment.