mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed "q" to "question"
This commit is contained in:
@@ -45,7 +45,7 @@ export default function AllQuestions({ router }) {
|
||||
setSearchTerm(e.target.value)
|
||||
router.replace(
|
||||
`${router.pathname}${e.target.value &&
|
||||
'?q='}${encodeURIComponent(e.target.value)}`,
|
||||
'?question='}${encodeURIComponent(e.target.value)}`,
|
||||
undefined,
|
||||
{ shallow: true }
|
||||
)
|
||||
|
Reference in New Issue
Block a user