mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01: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() {
|
||||
console.log("editSuccessCallback")
|
||||
this.setState({showEdit: false});
|
||||
}
|
||||
|
||||
deleteComment() {
|
||||
|
|
Loading…
Add table
Reference in a new issue