fix: confirmation for custom labels

This commit is contained in:
Andras Bacsai
2024-05-06 12:52:06 +02:00
parent d46ff76887
commit 6b4987bf39
2 changed files with 4 additions and 2 deletions

View File

@@ -255,7 +255,6 @@ class General extends Component
}
public function resetDefaultLabels()
{
ray('resetDefaultLabels');
$this->customLabels = str(implode("|", generateLabelsApplication($this->application)))->replace("|", "\n");
$this->ports_exposes = $this->application->ports_exposes;