changelog + one more fix

This commit is contained in:
Prospector
2026-07-04 19:09:58 -07:00
parent 0002ae2479
commit ad4912d64d
2 changed files with 15 additions and 3 deletions
@@ -274,9 +274,7 @@ export function useBrowseSearch(options: UseBrowseSearchOptions): BrowseSearchSt
const extraParams = options.getExtraQueryParams?.() ?? {}
for (const [key, value] of Object.entries(extraParams)) {
if (value !== undefined) {
persistentParams[key] = value
}
persistentParams[key] = value
}
const params = {