mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: do not autovalidate server on mount
This commit is contained in:
parent
798acb8ee5
commit
7952202435
1 changed files with 0 additions and 3 deletions
|
|
@ -44,9 +44,6 @@ class Form extends Component
|
|||
{
|
||||
$this->wildcard_domain = $this->server->settings->wildcard_domain;
|
||||
$this->cleanup_after_percentage = $this->server->settings->cleanup_after_percentage;
|
||||
if (!$this->server->isFunctional()) {
|
||||
$this->validateServer();
|
||||
}
|
||||
}
|
||||
public function serverRefresh($install = true)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue