Skip to content

Commit 900b5ad

Browse files
committed
feat(Deploy): add info dispatch for proxy check initiation
1 parent 68c2c7f commit 900b5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/livewire/server/proxy/deploy.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
@script
7373
<script>
7474
$wire.$on('checkProxyEvent', () => {
75+
$wire.$dispatch('info', 'Checking proxy.');
7576
$wire.$call('checkProxy');
7677
});
7778
$wire.$on('restartEvent', () => {

0 commit comments

Comments
 (0)