Skip to content

Commit

Permalink
Merge pull request #450 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated line 230 of BaiscDetailsForm Component
  • Loading branch information
ertush authored Aug 12, 2024
2 parents 4f9aa50 + 444870f commit f9c81cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Forms/BasicDetailsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function BasicDeatilsForm({ editMode }) {
})


setFacilityTypeDetailOptions(options?.facility_type_details ?? facilityType)
setFacilityTypeDetailOptions(facilityType ?? options?.facility_type_details)

}
catch (e) {
Expand Down

0 comments on commit f9c81cd

Please sign in to comment.