Skip to content

Commit

Permalink
refactor(pluto): Remove unnecessary code on tank/box form
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Sep 9, 2024
1 parent 9b2c018 commit 15e63ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pluto/src/vis/schematic/Forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,7 @@ export const TankForm = ({
<LabelControls path="label" />
<Align.Space direction="x">
<ColorControl path="color" />
<ColorControl
path="backgroundColor"
label="Background Color"
hideIfNull={false}
optional={true}
/>
<ColorControl path="backgroundColor" label="Background Color" />
<Form.Field<number>
path="borderRadius.x"
hideIfNull
Expand Down

0 comments on commit 15e63ee

Please sign in to comment.