refactor(proxy): remove commented-out listener and method for cleaner code structure
This commit is contained in:
@@ -11,13 +11,6 @@ class Show extends Component
|
||||
|
||||
public $parameters = [];
|
||||
|
||||
// protected $listeners = ['proxyStatusUpdated'];
|
||||
|
||||
// public function proxyStatusUpdated()
|
||||
// {
|
||||
// $this->server->refresh();
|
||||
// }
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->parameters = get_route_parameters();
|
||||
|
||||
Reference in New Issue
Block a user