Skip to content

Commit

Permalink
fix: added components field into the req body of updateScene api call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kot6603 committed Oct 4, 2024
1 parent 741f12d commit f4c39b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export function SceneSelectionPage({ data = null }) {
`/api/scenario/${scenarioId}/scene/${currentScene._id}`,
{
name: target.value,
components: currentScene.components,
},
getUserIdToken
);
Expand Down

0 comments on commit f4c39b6

Please sign in to comment.