Skip to content

Commit

Permalink
fixes #5747 (#5753)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Jun 22, 2023
1 parent bedbaf8 commit 5312968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ export const ConsultationForm = (props: any) => {
</form>
{isUpdate && (
<>
<div className="mt-4 bg-white rounded max-w-3xl px-11 py-8 mx-auto">
<div className="mt-4 bg-white rounded max-w-4xl px-11 py-8 mx-auto">
<h4>Update Bed</h4>
<Beds
facilityId={facilityId}
Expand Down

0 comments on commit 5312968

Please sign in to comment.