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 @@ public function submit()
|
||||||
|
|
||||||
$this->serialize();
|
$this->serialize();
|
||||||
$this->syncData(true);
|
$this->syncData(true);
|
||||||
|
$this->syncData(false);
|
||||||
$this->dispatch('success', 'Environment variable updated.');
|
$this->dispatch('success', 'Environment variable updated.');
|
||||||
$this->dispatch('envsUpdated');
|
$this->dispatch('envsUpdated');
|
||||||
$this->dispatch('configurationChanged');
|
$this->dispatch('configurationChanged');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue