Fix eslint error and update svelte related stuff
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
urlFiltersParams.set('sort', filterSort)
|
||||
|
||||
let path = `${$page.url.pathname}?${urlFiltersParams.toString()}`
|
||||
goto(path, { replaceState: true, keepfocus: true, noscroll: true })
|
||||
goto(path, { replaceState: true, keepFocus: true, noScroll: true })
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user