diff --git a/app/Livewire/Project/Application/Heading.php b/app/Livewire/Project/Application/Heading.php index 2e1f8a7c7..0717a51f0 100644 --- a/app/Livewire/Project/Application/Heading.php +++ b/app/Livewire/Project/Application/Heading.php @@ -39,6 +39,7 @@ class Heading extends Component } if ($showNotification) $this->dispatch('success', "Success", "Application status updated."); + $this->dispatch('configurationChanged'); } public function force_deploy_without_cache()