Skip to content

Commit

Permalink
Update packages/dmn-editor/src/propertiesPanel/ShapeOptions.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz João Motta <[email protected]>
  • Loading branch information
jomarko and ljmotta authored Apr 8, 2024
1 parent 8bad855 commit d6fd83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dmn-editor/src/propertiesPanel/ShapeOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export function ShapeOptions({
>
<TextInput
aria-label={"Height"}
data-testid={"node-shape-height-input-box"}
data-testid={"properties-panel-node-shape-height-input"}
type={"number"}
isDisabled={isDimensioningEnabled ? false : true}
value={isDimensioningEnabled ? boundHeight : undefined}
Expand Down

0 comments on commit d6fd83c

Please sign in to comment.