mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
update CommentsItem state on mutation success callback
This commit is contained in:
parent
460efe52f6
commit
b2620befbd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class CommentsItem extends Component{
|
||||||
}
|
}
|
||||||
|
|
||||||
editSuccessCallback() {
|
editSuccessCallback() {
|
||||||
console.log("editSuccessCallback")
|
this.setState({showEdit: false});
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteComment() {
|
deleteComment() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue