Skip to content

Commit ff1fc3f

Browse files
committed
Update deprecated call in example project
1 parent 9d1a9ef commit ff1fc3f

File tree

1 file changed

+2
-2
lines changed
  • examples/studio-kit-demo/src/host

1 file changed

+2
-2
lines changed

examples/studio-kit-demo/src/host/host.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ const Project = () => {
511511
projectCommands.setLayout(layout, props)
512512

513513
// Store our custom layout configuration by name
514-
studio.Command.updateProjectMeta({
514+
studio.Command.updateProjectProps({
515515
projectId: project.id,
516-
meta: {
516+
props: {
517517
layout: e.target.value,
518518
},
519519
})

0 commit comments

Comments
 (0)