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.
2 parents 81e6df8 + c0585c3 commit f0ba576Copy full SHA for f0ba576
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