Skip to content

Commit

Permalink
refactor: Remove commented out code in Navbar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 19, 2024
1 parent eb10bbb commit a65b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Project/Service/Navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getListeners()

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');
Expand Down

0 comments on commit a65b623

Please sign in to comment.