admin(ui): add ability to edit nests
This commit is contained in:
parent
0e366f69ee
commit
20234b308c
13 changed files with 157 additions and 22 deletions
|
@ -45,7 +45,7 @@ const NodesContainer = () => {
|
|||
return;
|
||||
}
|
||||
|
||||
clearAndAddHttpError({ error, key: 'nodes' });
|
||||
clearAndAddHttpError({ key: 'nodes', error });
|
||||
}, [ error ]);
|
||||
|
||||
const length = nodes?.items?.length || 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue