fix(core): update service status refresh event handling

This commit is contained in:
Andras Bacsai
2025-02-17 09:52:18 +01:00
parent ac62d94b99
commit 6e802f43ba
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ class Navbar extends Component
return [
"echo-private:user.{$userId},ServiceStatusChanged" => 'serviceStarted',
'envsUpdated' => '$refresh',
'refreshStatus' => '$refresh',
];
}