wip livewire migration
This commit is contained in:
@@ -70,7 +70,7 @@ class StandaloneDocker extends Component
|
||||
]);
|
||||
}
|
||||
$this->createNetworkAndAttachToProxy();
|
||||
return redirect()->route('destination.show', $docker->uuid);
|
||||
return $this->redirectRoute('destination.show', $docker->uuid, navigate: true);
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user