There was an error while loading. Please reload this page.
1 parent 7dc9c55 commit 123d100Copy full SHA for 123d100
src/components/fields/ArrayField.js
@@ -112,7 +112,7 @@ class ArrayField extends Component {
112
const item = items.splice(index, 1)[0];
113
items.splice(newIndex, 0, item);
114
this.asyncSetState({ items }, { validate: true });
115
- }
+ };
116
};
117
118
onChangeForIndex = (index) => {
@@ -341,7 +341,7 @@ class ArrayField extends Component {
341
{
342
hasToolbar ?
343
<div className="col-xs-2 array-item-remove text-right">
344
- <div className="btn-group" style={{ display: 'flex' }}>
+ <div className="btn-group" style={{ display: "flex" }}>
345
{removable ?
346
<button type="button" className="btn btn-danger"
347
style={{ flex: 1, paddingLeft: 6, paddingRight: 6 }}
0 commit comments