diff --git a/apps/builder/app/builder/shared/css-editor/css-editor.tsx b/apps/builder/app/builder/shared/css-editor/css-editor.tsx index 77bf4fc60433..5ab221e337e3 100644 --- a/apps/builder/app/builder/shared/css-editor/css-editor.tsx +++ b/apps/builder/app/builder/shared/css-editor/css-editor.tsx @@ -63,9 +63,11 @@ const AdvancedPropertyLabel = ({ onDeleteProperty: DeleteProperty; }) => { const styleDecl = useComputedStyleDecl(property); + const [isOpen, setIsOpen] = useState(false); + const description = propertyDescriptions[camelCaseProperty(property)]; + const styleConfig = styleConfigByName(property); - const [isOpen, setIsOpen] = useState(false); return ( } >