We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4038206 commit 5d7cdc8Copy full SHA for 5d7cdc8
src/components/Editor.js
@@ -79,9 +79,7 @@ class Editor extends Component {
79
text: this.state.text,
80
type: this.state.type
81
}).then(response => {
82
- console.log(response)
83
- const status = response.data.status
84
-
+ const status = response.data.status
85
if(status === 'success') {
86
const post_id = response.data.id
87
this.setState({
0 commit comments