File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/fieldComponents Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments