mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: set labels on generate domain
This commit is contained in:
parent
6f673d7a07
commit
2bddb09384
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class General extends Component
|
|||
$fqdn = generateFqdn($server, $this->application->uuid);
|
||||
$this->application->fqdn = $fqdn;
|
||||
$this->application->save();
|
||||
$this->emit('success', 'Application settings updated!');
|
||||
$this->updatedApplicationFqdn();
|
||||
}
|
||||
}
|
||||
public function resetDefaultLabels($showToaster = true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue