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});
|
this.setState({error: err});
|
||||||
}
|
}
|
||||||
|
|
||||||
const edits = {
|
this.setState({reload: true})
|
||||||
[slug]: value
|
|
||||||
};
|
|
||||||
|
|
||||||
this.doSubmit(edits);
|
|
||||||
console.log(slug + " verify button clicked")
|
console.log(slug + " verify button clicked")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user