hm
This commit is contained in:
parent
5bfffce33b
commit
2549244f97
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public function submit()
|
|||
$server->settings->is_swarm_worker = $this->is_swarm_worker;
|
||||
$server->settings->save();
|
||||
$server->addInitialNetwork();
|
||||
return $this->redirectRoute('server.show', $server->uuid, navigate: true);
|
||||
return $this->redirectRoute('server.show', $server->uuid);
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue