refactor(service): consolidate configuration change dispatch logic and remove unused navbar component

This commit is contained in:
Andras Bacsai
2025-05-20 10:30:31 +02:00
parent 2424bd408b
commit 35b08453e1
4 changed files with 2 additions and 340 deletions

View File

@@ -64,10 +64,8 @@ class Heading extends Component
});
if (is_null($this->service->config_hash) || $this->service->isConfigurationChanged()) {
$this->service->isConfigurationChanged(true);
$this->dispatch('configurationChanged');
} else {
$this->dispatch('configurationChanged');
}
$this->dispatch('configurationChanged');
} catch (\Exception $e) {
return handleError($e, $this);
} finally {