Skip to content

Commit

Permalink
Revert "Disable critical care submit if onle basic editor is filled (#…
Browse files Browse the repository at this point in the history
…6860)"

This reverts commit 7c21b80.
  • Loading branch information
Ashesh3 committed Dec 26, 2023
1 parent c74c2f3 commit c46699a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ let make = (~id, ~facilityId, ~patientId, ~consultationId, ~dailyRound) => {
<button
onClick={_ =>
Notifications.success({msg: "Critical care log updates are filed successfully"})}
className="btn btn-primary w-full mt-6"
disabled={Js.Array.length(state.updatedEditors) === 0}
>
className="btn btn-primary w-full mt-6">
{str("Complete")}
</button>
</Link>
Expand Down

0 comments on commit c46699a

Please sign in to comment.