We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac90f1a commit 92bb1e8Copy full SHA for 92bb1e8
ui/cap-react/src/components/drafts/form/themes/grommet/templates/ArrayFieldTemplate.js
@@ -260,7 +260,7 @@ class ArrayFieldTemplate extends React.Component {
260
title={this.props.title}
261
required={this.props.required}
262
readonly={this.props.readonly}
263
- description={this.props.description}
+ description={this.props.schema && this.props.schema.description}
264
onArrayAddClick={this._onAddClick.bind(this)}
265
pasteable={this.uiOptionImport}
266
enableImport={this.uiOptionImport && this._enableImport}
0 commit comments