try setting state to reload
This commit is contained in:
parent
2801782151
commit
97219998b9
@ -247,11 +247,7 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
||||
this.setState({error: err});
|
||||
}
|
||||
|
||||
const edits = {
|
||||
[slug]: value
|
||||
};
|
||||
|
||||
this.doSubmit(edits);
|
||||
this.setState({reload: true})
|
||||
console.log(slug + " verify button clicked")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user