Added skeleton for onSelectChange
This commit is contained in:
@@ -14,7 +14,6 @@ class BooksApp extends React.Component {
|
||||
|
||||
componentDidMount() {
|
||||
getAll().then((books) => {
|
||||
// console.log(books)
|
||||
this.setState({ books })
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user