🎨 Remove static element from add item selection

This commit is contained in:
Meierschlumpf
2022-12-20 07:50:01 +01:00
parent a5d31dd3ec
commit a633fb0182

View File

@@ -77,11 +77,11 @@ export const AvailableElementTypes = ({
icon={<IconStack size={40} strokeWidth={1.3} />}
onClick={onOpenWidgets}
/>
<ElementItem
{/*<ElementItem
name="Static Element"
icon={<IconTextResize size={40} strokeWidth={1.3} />}
onClick={onOpenStaticElements}
/>
/>*/}
</Group>
</>
);