Skip to content

Commit

Permalink
Update range of diastolic BP field in detailed log update
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Aug 22, 2024
1 parent a65681e commit dc0f0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/LogUpdate/Sections/Vitals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const Vitals = ({ log, onChange }: LogUpdateSectionProps) => {
name="diastolic"
onChange={handleBloodPressureChange}
value={log.bp?.diastolic}
min={30}
max={180}
min={0}
max={250}
step={1}
unit="mmHg"
valueDescriptions={rangeValueDescription({ low: 49, high: 89 })}
Expand Down

0 comments on commit dc0f0ac

Please sign in to comment.