diff --git a/src/Components/Facility/CentralNursingStation.tsx b/src/Components/Facility/CentralNursingStation.tsx index 2b938d2af07..6ccb9d6d6a6 100644 --- a/src/Components/Facility/CentralNursingStation.tsx +++ b/src/Components/Facility/CentralNursingStation.tsx @@ -154,7 +154,7 @@ export default function CentralNursingStation({ facilityId }: Props) { value={JSON.parse( qParams.hide_monitors_without_patient ?? true )} - onChange={(e) => updateQuery({ [e.name]: e.value })} + onChange={(e) => updateQuery({ [e.name]: `${e.value}` })} labelClassName="text-sm" errorClassName="hidden" />