Working settings sync
This commit is contained in:
parent
9824d2ba31
commit
b87676d7b0
4 changed files with 12 additions and 5 deletions
|
|
@ -20,7 +20,6 @@ class App extends React.Component<any,any> {
|
|||
.then(res => res.json())
|
||||
.then(
|
||||
result => {
|
||||
console.log(result.data)
|
||||
this.setState({
|
||||
isLoaded: true,
|
||||
tasks: result.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue