Remove dispatch('configurationChanged') from check_status method in Heading.php
This commit is contained in:
parent
4af766162e
commit
080db4d462
@ -39,7 +39,8 @@ class Heading extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($showNotification) $this->dispatch('success', "Success", "Application status updated.");
|
if ($showNotification) $this->dispatch('success', "Success", "Application status updated.");
|
||||||
$this->dispatch('configurationChanged');
|
// Removed because it caused flickering
|
||||||
|
// $this->dispatch('configurationChanged');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function force_deploy_without_cache()
|
public function force_deploy_without_cache()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user