Skip to content

Commit d83a1b1

Browse files
committed
Update the plus sign char. for array Add buttons.
1 parent 0c66c63 commit d83a1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/ArrayField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ function AddButton({onClick, disabled}) {
388388
<p className="col-xs-2 col-xs-offset-10 array-item-add text-right">
389389
<button type="button" className="btn btn-info col-xs-12"
390390
tabIndex="-1" onClick={onClick}
391-
disabled={disabled} style={{fontWeight: "bold"}}></button>
391+
disabled={disabled} style={{fontWeight: "bold"}}></button>
392392
</p>
393393
</div>
394394
);

0 commit comments

Comments
 (0)