ui(admin): fix node settings button

This commit is contained in:
Matthew Penner 2021-08-02 10:23:58 -06:00
parent 0313bdb1cb
commit fffe3a7f8b
6 changed files with 202 additions and 199 deletions

View file

@ -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)