remove clear filters call

This commit is contained in:
IsWaffle 2024-09-10 09:20:53 -04:00
parent ed2091fb23
commit 8211731c32

View File

@ -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');
}
/**