Skip to content

Commit d32b65a

Browse files
jolheiserlunny
andauthored
Fix topics dropdown (#10167)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent 730f026 commit d32b65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ function initTopicbar() {
33293329
label: 'ui small label'
33303330
},
33313331
apiSettings: {
3332-
url: `${suburl}/api/v1/topics/search?q={encodeURIComponent(query)}`,
3332+
url: `${suburl}/api/v1/topics/search?q={query}`,
33333333
throttle: 500,
33343334
cache: false,
33353335
onResponse(res) {

0 commit comments

Comments
 (0)