Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 1, 2024
1 parent 91db11b commit d5c9172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 6 additions & 6 deletions client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions client/src/components/ElementEditor/ElementEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ class ElementEditor extends PureComponent {
ID: sourceId,
afterBlockID: afterId,
})
.then(response => response.json())
.then(responseJson => {
console.log(responseJson);
// this.setState({
// ...this.state,
// contentBlocks: responseJson,
// isLoading: false,
// })
});
.then(() => this.fetchBlocks())
}

this.setState({
Expand Down

0 comments on commit d5c9172

Please sign in to comment.