Skip to content

Commit b7077fe

Browse files
authored
(fix) Remove implementation-specific config (#139)
Remove implementation specific congig
1 parent 6023be0 commit b7077fe

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

src/config-schema.ts

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,7 @@ export const configSchema = {
3434
},
3535
},
3636
},
37-
_default: [
38-
{
39-
name: 'ICRC Forms',
40-
forms: [
41-
{
42-
formUUID: '0cefb866-110c-4f16-af58-560932a1db1f',
43-
name: 'Adult Triage',
44-
disableGroupSession: false,
45-
},
46-
],
47-
},
48-
{
49-
name: 'Distress Scales',
50-
forms: [
51-
{
52-
formUUID: '9f26aad4-244a-46ca-be49-1196df1a8c9a',
53-
name: 'POC Sample Form 1',
54-
disableGroupSession: false,
55-
},
56-
],
57-
},
58-
],
37+
_default: [],
5938
},
6039
formCategoriesToShow: {
6140
_type: Type.Array,
@@ -64,7 +43,7 @@ export const configSchema = {
6443
_type: Type.String,
6544
_description: 'Name of category',
6645
},
67-
_default: ['ICRC Forms', 'Distress Scales'],
46+
_default: [],
6847
},
6948
groupSessionConcepts: {
7049
sessionName: {

0 commit comments

Comments
 (0)