mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: ensure syncData is called with both true and false parameters in submit method
This commit is contained in:
parent
2e1b68718d
commit
0298ddffbd
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ class Show extends Component
|
|||
|
||||
$this->serialize();
|
||||
$this->syncData(true);
|
||||
$this->syncData(false);
|
||||
$this->dispatch('success', 'Environment variable updated.');
|
||||
$this->dispatch('envsUpdated');
|
||||
$this->dispatch('configurationChanged');
|
||||
|
|
|
|||
Loading…
Reference in a new issue