feat(Deploy): add info dispatch for proxy check initiation
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
@script
|
||||
<script>
|
||||
$wire.$on('checkProxyEvent', () => {
|
||||
$wire.$dispatch('info', 'Checking proxy.');
|
||||
$wire.$call('checkProxy');
|
||||
});
|
||||
$wire.$on('restartEvent', () => {
|
||||
|
||||
Reference in New Issue
Block a user