fix: deployment cancel/debug buttons
This commit is contained in:
parent
4f98cef7cb
commit
37d645c00e
@ -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 @@ class DeploymentNavbar extends Component
|
||||
return general_error_handler(err: $e, that: $this);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user