Add dispatch call to check_status method in Heading.php
This commit is contained in:
parent
3e9219173c
commit
6773848874
@ -39,6 +39,7 @@ public function check_status($showNotification = false)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($showNotification) $this->dispatch('success', "Success", "Application status updated.");
|
if ($showNotification) $this->dispatch('success', "Success", "Application status updated.");
|
||||||
|
$this->dispatch('configurationChanged');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function force_deploy_without_cache()
|
public function force_deploy_without_cache()
|
||||||
|
Loading…
Reference in New Issue
Block a user