refactor: Remove commented out code in Navbar.php

This commit is contained in:
Andras Bacsai
2024-09-19 10:57:34 +02:00
parent eb10bbb888
commit a65b62332b

View File

@@ -44,7 +44,7 @@ class Navbar extends Component
public function serviceStarted()
{
$this->dispatch('success', 'Service status changed.');
// $this->dispatch('success', 'Service status changed.');
if (is_null($this->service->config_hash) || $this->service->isConfigurationChanged()) {
$this->service->isConfigurationChanged(true);
$this->dispatch('configurationChanged');