This commit is contained in:
CJPeckover
2025-06-09 23:28:27 -04:00
parent 2d921a2756
commit 02241dbe06
@@ -180,7 +180,6 @@
<!-- TEXT --> <!-- TEXT -->
<SearchTextSection bind:query={filter.query} bind:queryType={filter.queryType} /> <SearchTextSection bind:query={filter.query} bind:queryType={filter.queryType} />
<div class="grid grid-auto-fit-40 gap-5"> <div class="grid grid-auto-fit-40 gap-5">
<!-- ALBUMS --> <!-- ALBUMS -->
<SearchAlbumsSection bind:selectedAlbums={filter.albumIds} /> <SearchAlbumsSection bind:selectedAlbums={filter.albumIds} />
@@ -189,7 +188,6 @@
<SearchTagsSection bind:selectedTags={filter.tagIds} /> <SearchTagsSection bind:selectedTags={filter.tagIds} />
</div> </div>
<!-- LOCATION --> <!-- LOCATION -->
<SearchLocationSection bind:filters={filter.location} /> <SearchLocationSection bind:filters={filter.location} />