remove debounce from url param on main page
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
import { seasonName } from "$lib/utils/amq";
|
import { seasonName } from "$lib/utils/amq";
|
||||||
|
|
||||||
const params = useSearchParams(AmqBrowseSearchSchema, {
|
const params = useSearchParams(AmqBrowseSearchSchema, {
|
||||||
debounce: 250,
|
|
||||||
pushHistory: false,
|
pushHistory: false,
|
||||||
showDefaults: false,
|
showDefaults: false,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user