fix: env variable in value parsed

This commit is contained in:
Andras Bacsai
2024-09-04 14:33:16 +02:00
parent ba90a52344
commit bfeaae9caa
4 changed files with 8 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ class EditCompose extends Component
{
$this->dispatch('info', 'Saving new docker compose...');
$this->dispatch('saveCompose', $this->service->docker_compose_raw);
$this->dispatch('refreshStorages');
}
public function instantSave()