refactor: Remove commented out code in Navbar.php
This commit is contained in:
parent
eb10bbb888
commit
a65b62332b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public function getListeners()
|
||||||
|
|
||||||
public function serviceStarted()
|
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()) {
|
if (is_null($this->service->config_hash) || $this->service->isConfigurationChanged()) {
|
||||||
$this->service->isConfigurationChanged(true);
|
$this->service->isConfigurationChanged(true);
|
||||||
$this->dispatch('configurationChanged');
|
$this->dispatch('configurationChanged');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue