fix: service update statsu
This commit is contained in:
parent
b197ae6237
commit
c4a75f4b87
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ public function check_status()
|
|||
$this->service->databases->each(function ($database) {
|
||||
$database->refresh();
|
||||
});
|
||||
$this->dispatch('$refresh');
|
||||
$this->dispatch('refresh');
|
||||
} catch (\Exception $e) {
|
||||
return handleError($e, $this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue