From 6773848874464c6dce9f73be080a10e567eccc0d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 12 Apr 2024 14:12:06 +0200 Subject: [PATCH] Add dispatch call to check_status method in Heading.php --- app/Livewire/Project/Application/Heading.php | 1 + 1 file changed, 1 insertion(+) 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()