diff --git a/theatre/studio/src/panels/ObjectEditorPanel/ObjectEditorPanel.tsx b/theatre/studio/src/panels/ObjectEditorPanel/ObjectEditorPanel.tsx index 3b5eb60..77fa82a 100644 --- a/theatre/studio/src/panels/ObjectEditorPanel/ObjectEditorPanel.tsx +++ b/theatre/studio/src/panels/ObjectEditorPanel/ObjectEditorPanel.tsx @@ -95,7 +95,7 @@ const Content: React.FC<{}> = () => { key={key} obj={obj} pointerToProp={obj.propsP} - propConfig={obj.template.config.props} + propConfig={obj.template.config} depth={1} />