Skip to content

Commit

Permalink
Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
afonic committed Nov 5, 2024
1 parent ea23026 commit b57072f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Http/Livewire/LfRangeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ public function updatedSelected()
$this->dispatchEvent();
}

#[On('livewire:initialized')]
public function livewireComponentReady()
{
$this->dispatchEvent();
}

#[On('preset-params')]
public function setPresetValues($params)
{
Expand Down

0 comments on commit b57072f

Please sign in to comment.