Add dispatch call to check_status method in Heading.php

This commit is contained in:
Andras Bacsai 2024-04-12 14:12:06 +02:00
parent 3e9219173c
commit 6773848874

View File

@ -39,6 +39,7 @@ public function check_status($showNotification = false)
}
if ($showNotification) $this->dispatch('success', "Success", "Application status updated.");
$this->dispatch('configurationChanged');
}
public function force_deploy_without_cache()