Skip to content

Commit

Permalink
update the success notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jun 20, 2024
1 parent d557453 commit 1b756c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ let make = (~id, ~facilityId, ~patientId, ~consultationId, ~dailyRound) => {
href={`/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}`}>
<button
onClick={_ =>
Notifications.success({msg: "Critical care log updates are filed successfully"})}
Notifications.success({msg: "Detailed Update filed successfully"})}
className="btn btn-primary w-full mt-6">
{str("Complete")}
</button>
Expand Down

0 comments on commit 1b756c1

Please sign in to comment.