refactor: Update Service model's saveComposeConfigs method

This commit is contained in:
Andras Bacsai
2024-06-24 20:55:12 +02:00
parent f6708f6e47
commit c3fb126a0a
2 changed files with 1 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ class StackForm extends Component
return handleError($e, $this);
} finally {
if (is_null($this->service->config_hash)) {
ray('asdf');
$this->service->isConfigurationChanged(true);
} else {
$this->dispatch('configurationChanged');