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:
@@ -44,7 +44,7 @@ const MountsContainer = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
clearAndAddHttpError({ error, key: 'mounts' });
|
||||
clearAndAddHttpError({ key: 'mounts', error });
|
||||
}, [ error ]);
|
||||
|
||||
const length = mounts?.items?.length || 0;
|
||||
|
||||
Reference in New Issue
Block a user