Update service configurations

This commit is contained in:
Andras Bacsai
2024-02-21 14:30:32 +01:00
parent 4d319a8caa
commit 344c5d6d12
17 changed files with 2175 additions and 46 deletions

View File

@@ -93,7 +93,6 @@ class Select extends Component
});;
$this->dispatch('success', 'Successfully loaded services.');
}
ray($this->services);
} catch (\Throwable $e) {
return handleError($e, $this);
} finally {