fix: service update statsu
This commit is contained in:
@@ -99,7 +99,7 @@ class Configuration extends Component
|
|||||||
$this->service->databases->each(function ($database) {
|
$this->service->databases->each(function ($database) {
|
||||||
$database->refresh();
|
$database->refresh();
|
||||||
});
|
});
|
||||||
$this->dispatch('$refresh');
|
$this->dispatch('refresh');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return handleError($e, $this);
|
return handleError($e, $this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user