feat(Deploy): add info dispatch for proxy check initiation
This commit is contained in:
parent
68c2c7fb81
commit
900b5ad4ef
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
|||
@script
|
||||
<script>
|
||||
$wire.$on('checkProxyEvent', () => {
|
||||
$wire.$dispatch('info', 'Checking proxy.');
|
||||
$wire.$call('checkProxy');
|
||||
});
|
||||
$wire.$on('restartEvent', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue