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