diff --git a/src/components/EditorWidgets/List/ListControl.js b/src/components/EditorWidgets/List/ListControl.js index 0d7d30a346b6..49f262d94c66 100644 --- a/src/components/EditorWidgets/List/ListControl.js +++ b/src/components/EditorWidgets/List/ListControl.js @@ -262,14 +262,15 @@ export default class ListControl extends Component { const { value, forID, field, classNameWrapper } = this.props; const { itemsCollapsed } = this.state; const items = value || List(); - const label = field.get('label_singular') || field.get('label'); + const label = field.get('label'); + const labelSingular = field.get('label_singular') || field.get('label'); return (