Skip to content

Commit

Permalink
feat:Added units to Length and Width in Pressure Sore
Browse files Browse the repository at this point in the history
  • Loading branch information
noufalrahim committed Sep 30, 2024
1 parent f4e1c87 commit e28b6ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const RegionEditor = (props: RegionEditorProps) => {
<br />
<div className="grid grid-cols-2 gap-2">
<TextFormField
label="Width"
label="Width (cm)"
name="width"
disabled={isReadOnly}
labelClassName="text-xs"
Expand All @@ -141,7 +141,7 @@ const RegionEditor = (props: RegionEditorProps) => {
onChange={(e) => update({ width: parseFloat(e.value) })}
/>
<TextFormField
label="Length"
label="Length (cm)"
name="length"
disabled={isReadOnly}
labelClassName="text-xs"
Expand Down

0 comments on commit e28b6ee

Please sign in to comment.