fix: service deletion job

This commit is contained in:
Andras Bacsai
2023-12-08 18:32:08 +01:00
parent 6a6275d4fa
commit 4e680deb93
6 changed files with 83 additions and 37 deletions

View File

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