Skip to content

Commit

Permalink
Asset filter not displaying Ventilator (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
print-Sathvik authored Jul 27, 2023
1 parent 89aa07f commit c4a4f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Assets/AssetFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function AssetFilter(props: any) {
title: "HL7 Vitals Monitor",
value: AssetClass.HL7MONITOR,
},
{ title: "Ventilator", value: AssetClass.VENTILATOR },
]}
optionLabel={({ title }) => title}
optionValue={({ value }) => value}
Expand Down

0 comments on commit c4a4f90

Please sign in to comment.