fix: prevent autorefresh of proxy status

This commit is contained in:
Andras Bacsai
2023-12-04 11:25:24 +01:00
parent c25baf69e1
commit 76296c1f19
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ class Status extends Component
public int $numberOfPolls = 0;
protected $listeners = ['proxyStatusUpdated', 'startProxyPolling'];
public function mount() {
$this->checkProxy();
}
public function startProxyPolling()
{
$this->checkProxy();