We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9180c commit c0585c3Copy full SHA for c0585c3
1 file changed
components/utils/ShapeList.js
@@ -283,6 +283,7 @@ const ShapeList = ({ setOpen, user, data }) => {
283
height="300px"
284
name={shape.name}
285
id={getShapeId(shape.name)}
286
+ formula={shape.formula}
287
backgroundColor= {shape.backgroundColor || "#eb3d86"}
288
showShadow={shape.showAdvanced}
289
/>
0 commit comments