fix: deployment cancel/debug buttons
This commit is contained in:
parent
4f98cef7cb
commit
37d645c00e
1 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,8 @@ class DeploymentNavbar extends Component
|
|||
protected $listeners = ['deploymentFinished'];
|
||||
|
||||
public ApplicationDeploymentQueue $application_deployment_queue;
|
||||
private Application $application;
|
||||
private Server $server;
|
||||
public Application $application;
|
||||
public Server $server;
|
||||
public bool $is_debug_enabled = false;
|
||||
|
||||
public function mount()
|
||||
|
|
@ -66,4 +66,4 @@ public function cancel()
|
|||
return general_error_handler(err: $e, that: $this);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue