Skip to content
Snippets Groups Projects
Commit 838b0219 authored by Jack Reed's avatar Jack Reed
Browse files

Use multivalued metadata for required statement

parent f6b13b59
Branches
Tags
No related merge requests found
......@@ -142,7 +142,7 @@ export class CollectionDialog extends Component {
const requiredStatement = manifest
&& asArray(manifest.getRequiredStatement()).filter(l => l.getValue()).map(labelValuePair => ({
label: labelValuePair.getLabel(),
value: labelValuePair.getValue(),
values: labelValuePair.getValues(),
}));
const collections = manifest.getCollections();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment