Adding "other" as pain option and link text input to it

This commit is contained in:
Bl00dyMarie
2018-08-20 14:55:58 +02:00
parent 30752a05c2
commit e68b8f5460
5 changed files with 36 additions and 7 deletions
+3 -1
View File
@@ -84,7 +84,9 @@ const PainSchema = {
headache: { type: 'bool', optional: true },
backache: { type: 'bool', optional: true },
nausea: { type: 'bool', optional: true },
tenderBreasts: { type: 'bool', optional: true }
tenderBreasts: { type: 'bool', optional: true },
other: { type: 'bool', optional: true },
note: { type: 'string', optional: true }
}
}