Skip to content

Commit

Permalink
(fix) update locationTag key description
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Sep 23, 2024
1 parent 5859f9c commit 4f12e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/esm-patient-registration-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ export const esmPatientRegistrationSchema = {
locationTag: {
_type: Type.String,
_default: null,
_description:
'For locations questions only. A concept which has the possible responses either as answers or as set members.',
_description: 'For locations questions only. A tag used to filter and categorize locations.',
},
answerConceptSetUuid: {
_type: Type.ConceptUuid,
Expand Down

0 comments on commit 4f12e7b

Please sign in to comment.