fix: service start + event

This commit is contained in:
Andras Bacsai
2023-12-08 15:12:08 +01:00
parent eccd41217f
commit 6882ce8d0f
3 changed files with 3 additions and 3 deletions

View File

@@ -65,6 +65,6 @@ class Navbar extends Component
} else {
$this->dispatch('success', 'Service stopped successfully.');
}
event(new ServiceStatusChanged(userId: auth()->user()->id));
event(new ServiceStatusChanged());
}
}