admin(ui): add ability to edit nests

This commit is contained in:
Matthew Penner 2021-01-08 10:02:49 -07:00
parent 0e366f69ee
commit 20234b308c
13 changed files with 157 additions and 22 deletions

View file

@ -26,7 +26,7 @@ export default () => {
.then(versionData => setVersionData(versionData))
.catch(error => {
console.error(error);
clearAndAddHttpError(error);
clearAndAddHttpError({ key: 'overview', error });
})
.then(() => setLoading(false));
}, []);