fix: service update statsu

This commit is contained in:
Andras Bacsai
2025-01-13 11:06:10 +01:00
parent b197ae6237
commit c4a75f4b87

View File

@@ -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);
} }