Skip to content

Commit a24a5ba

Browse files
committed
Change add array item button text
1 parent 7e93a2b commit a24a5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function getArrayFormRow(data, schema, name, onChange, onAdd, onRemove, l
185185
onClick={(e) => onAdd(getBlankData(schema.items), coords)}
186186
title="Add new"
187187
>
188-
+ Add Group Array
188+
Add item
189189
</Button>
190190
}
191191
</div>

0 commit comments

Comments
 (0)