From 8211731c324c3d8ead148e1ddda42c34d7b18f4f Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Tue, 10 Sep 2024 09:20:53 -0400 Subject: [PATCH] remove clear filters call --- app/Livewire/Mod/Index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Livewire/Mod/Index.php b/app/Livewire/Mod/Index.php index 602a0d6..1e0a7ad 100644 --- a/app/Livewire/Mod/Index.php +++ b/app/Livewire/Mod/Index.php @@ -97,9 +97,6 @@ class Index extends Component $this->query = ''; $this->sptVersions = $this->getLatestMinorVersions()->pluck('version')->toArray(); $this->featured = 'include'; - - // Clear local storage - $this->dispatch('clear-filters'); } /**