diff --git a/frontend/src/Editor/EditorFunc.jsx b/frontend/src/Editor/EditorFunc.jsx index 4d04688d83..74b6807d77 100644 --- a/frontend/src/Editor/EditorFunc.jsx +++ b/frontend/src/Editor/EditorFunc.jsx @@ -1789,7 +1789,7 @@ const EditorComponent = (props) => {
{selectedComponents.length === 1 && !isEmpty(appDefinition?.pages[currentPageId]?.components) && - !isEmpty(appDefinition?.pages[currentPageId]?.components[selectedComponents[0].id]) && ( + !isEmpty(appDefinition?.pages[currentPageId]?.components[selectedComponents[0]?.id]) && ( { value = value[key];