Skip to content

Commit d44573e

Browse files
author
jonisaa
committed
bump to 1.1.3
1 parent 01cd861 commit d44573e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-autoform-bootstrap-ui",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Bootstrap UI implementation for redux-autoform",
55
"main": "./lib/index.js",
66
"scripts": {

src/components/fieldComponents/ArrayContainer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ class ArrayContainer extends Component {
9292
};
9393

9494
getAllComponents = () => {
95-
//TODO: We should replace href calls with Link from react-router
95+
//TODO: We should replace a for button!
9696
let components = this.getComponents();
9797

9898
if (components.length) {
9999
return components;
100100
} else {
101101
return (
102102
<Alert bsStyle="warning">
103-
This array is empty. Consider <a href="" onClick={ this.handleAdd }>adding a new item</a>.
103+
This array is empty. Consider <a onClick={ this.handleAdd }>adding a new item</a>.
104104
</Alert>
105105
);
106106
}

0 commit comments

Comments
 (0)