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