fix: ensure syncData is called with both true and false parameters in submit method

This commit is contained in:
Andras Bacsai 2025-11-27 09:26:54 +01:00
parent 2e1b68718d
commit 0298ddffbd

View File

@ -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');