From b57072f39140ac16cd066c266d3f1be5a54a8818 Mon Sep 17 00:00:00 2001 From: Iosif Chatzimichail Date: Tue, 5 Nov 2024 18:53:33 +0200 Subject: [PATCH] Fixes #20 --- src/Http/Livewire/LfRangeFilter.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Http/Livewire/LfRangeFilter.php b/src/Http/Livewire/LfRangeFilter.php index 4e1139e..fda4e9e 100644 --- a/src/Http/Livewire/LfRangeFilter.php +++ b/src/Http/Livewire/LfRangeFilter.php @@ -47,12 +47,6 @@ public function updatedSelected() $this->dispatchEvent(); } - #[On('livewire:initialized')] - public function livewireComponentReady() - { - $this->dispatchEvent(); - } - #[On('preset-params')] public function setPresetValues($params) {