mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Add dispatch call to check_status method in Heading.php
This commit is contained in:
parent
3e9219173c
commit
6773848874
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue