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:
parent
0906bdb253
commit
07f14ab57c
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue