소스 검색

Fix topics dropdown (#10167)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.10.5
John Olheiser 4 년 전
부모
커밋
d32b65ab68
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js 파일 보기

@@ -3329,7 +3329,7 @@ function initTopicbar() {
label: 'ui small label'
},
apiSettings: {
url: `${suburl}/api/v1/topics/search?q={encodeURIComponent(query)}`,
url: `${suburl}/api/v1/topics/search?q={query}`,
throttle: 500,
cache: false,
onResponse(res) {

Loading…
취소
저장