mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
ui(admin): fix node settings button
This commit is contained in:
@@ -108,7 +108,7 @@ class NodeController extends ApplicationApiController
|
||||
$node = $this->updateService->handle(
|
||||
$node,
|
||||
$request->validated(),
|
||||
$request->input('reset_secret'),
|
||||
false,
|
||||
);
|
||||
|
||||
return $this->fractal->item($node)
|
||||
|
||||
Reference in New Issue
Block a user