mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
admin(ui): add ability to edit nests
This commit is contained in:
@@ -26,7 +26,7 @@ export default () => {
|
||||
.then(versionData => setVersionData(versionData))
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
clearAndAddHttpError(error);
|
||||
clearAndAddHttpError({ key: 'overview', error });
|
||||
})
|
||||
.then(() => setLoading(false));
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user