fix: set labels on generate domain

This commit is contained in:
Andras Bacsai 2023-11-06 09:27:00 +01:00
parent 6f673d7a07
commit 2bddb09384

View File

@ -152,7 +152,7 @@ public function getWildcardDomain()
$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)