try setting state to buildingEdits: {}

This commit is contained in:
Ed Chalstrey 2022-05-23 09:59:15 +01:00
parent 97219998b9
commit 6d38ce7d3f

View File

@ -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")
}