Skip to content

Commit

Permalink
fix: disable add counsultations button (#7133)
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertGrabda authored Feb 6, 2024
1 parent eeb4359 commit 2bbd122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Facility/ConsultationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const ConsultationCard = (props: ConsultationProps) => {
`/facility/${itemData.facility}/patient/${itemData.patient}/consultation/${itemData.id}/daily-rounds`
)
}
disabled={itemData.discharge_date}
authorizeFor={NonReadOnlyUsers}
>
Add Consultation Updates
Expand Down

0 comments on commit 2bbd122

Please sign in to comment.