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 ed4c429 commit ff9200cCopy full SHA for ff9200c
src/components/containers.js
@@ -136,9 +136,9 @@ export function FormGroup(props) {
136
<Button
137
className="add"
138
onClick={(e) => props.onAdd()}
139
- title="Add new"
+ title="Add new key"
140
>
141
- {hasChildren ? 'Add more' : 'Add'}
+ Add key
142
</Button>
143
}
144
</div>
src/ui.js
@@ -274,7 +274,7 @@ export function getArrayFormRow(args) {
274
275
276
onClick={(e) => onAdd(getBlankData(schema.items, args.getRef), coords)}
277
+ title="Add new item"
278
279
Add item
280
0 commit comments