Skip to content
Snippets Groups Projects
Commit a2133657 authored by Alexander Rose's avatar Alexander Rose
Browse files

chnaged label Unit->Chain in sequence widget

parent e8de4578
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ export class SequenceView extends PluginUIComponent<{ }, SequenceViewState> {
return {
structure: PD.Select(structureOptions[0][0], structureOptions, { shortLabel: true }),
entity: PD.Select(entityOptions[0][0], entityOptions, { shortLabel: true }),
unit: PD.Select(unitOptions[0][0], unitOptions, { shortLabel: true, twoColumns: true }),
unit: PD.Select(unitOptions[0][0], unitOptions, { shortLabel: true, twoColumns: true, label: 'Chain' }),
operator: PD.Select(operatorOptions[0][0], operatorOptions, { shortLabel: true, twoColumns: true })
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment