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',
|
||||
optional: true
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
label: 'Description',
|
||||
optional: true
|
||||
},
|
||||
locationUid: {
|
||||
type: String,
|
||||
label: 'Location UID',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user