Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire committed May 20, 2024
1 parent f240051 commit fce74f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
16 changes: 0 additions & 16 deletions __mocks__/forms/afe-forms/afe-schema-trasformer-form.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,6 @@
}
]
},
{
"id": "dem_encounter_role",
"type": "obsGroup",
"questionOptions": {
"rendering": "group"
},
"questions": [
{
"label": "Encounter Role",
"type": "encounterRole",
"questionOptions": {
"rendering": "ui-select-extended"
}
}
]
},
{
"id": "labOrder",
"type": "testOrder",
Expand Down
8 changes: 0 additions & 8 deletions src/transformers/angular-fe-schema-transformer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ const expectedTransformedSchema = {
rendering: 'encounter-provider',
},
},
{
label: 'Encounter Role',
id: 'dem_encounter_role',
type: 'encounterRole',
questionOptions: {
rendering: 'encounter-role',
},
},
{
id: 'dem_encounter_location',
type: 'obsGroup',
Expand Down

0 comments on commit fce74f7

Please sign in to comment.