Allowing description in nonTargets schema
This commit is contained in:
parent
778c7e29b7
commit
830ca6f566
@ -37,6 +37,11 @@ const NonTargetSchema = new SimpleSchema([MeasurementSchemaTypes.CornerstoneTool
|
|||||||
label: 'Location',
|
label: 'Location',
|
||||||
optional: true
|
optional: true
|
||||||
},
|
},
|
||||||
|
description: {
|
||||||
|
type: String,
|
||||||
|
label: 'Description',
|
||||||
|
optional: true
|
||||||
|
},
|
||||||
locationUid: {
|
locationUid: {
|
||||||
type: String,
|
type: String,
|
||||||
label: 'Location UID',
|
label: 'Location UID',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user