Skip to content

Commit

Permalink
Merge pull request #468 from ertush/hotfix
Browse files Browse the repository at this point in the history
change: updated the severity prop to error from info
  • Loading branch information
ertush authored Sep 3, 2024
2 parents 59bff17 + 6081719 commit 1a32d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Forms/FacilityContactsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export function FacilityContactsForm() {

))
:
<Alert severity='info'>Please add facility contacts</Alert>
<Alert severity='error'>Please add facility contacts</Alert>
}
</div>

Expand Down Expand Up @@ -623,7 +623,7 @@ export function FacilityContactsForm() {
))
:

<Alert severity='info'>Please add officer-in charge contacts</Alert>
<Alert severity='error'>Please add officer-in charge contacts</Alert>

}
</div>
Expand Down

0 comments on commit 1a32d1a

Please sign in to comment.