mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
admin(ui): add ability to edit nests
This commit is contained in:
@@ -44,7 +44,7 @@ const NestsContainer = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
clearAndAddHttpError({ error, key: 'nests' });
|
||||
clearAndAddHttpError({ key: 'nests', error });
|
||||
}, [ error ]);
|
||||
|
||||
const length = nests?.items?.length || 0;
|
||||
|
||||
Reference in New Issue
Block a user