From 205e04fe9b170c76dab9fa93fe924c968c553b39 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sun, 21 Feb 2021 10:56:51 +0800 Subject: [PATCH] =?UTF-8?q?:children=5Fcrossing:=20fix(search-bar):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2=E8=B5=84=E6=BA=90=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/contentScripts/searchBar/app/useSearchService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contentScripts/searchBar/app/useSearchService.ts b/src/contentScripts/searchBar/app/useSearchService.ts index 2ac6c73..7989d2d 100644 --- a/src/contentScripts/searchBar/app/useSearchService.ts +++ b/src/contentScripts/searchBar/app/useSearchService.ts @@ -24,9 +24,9 @@ export const useSearchService = () => { () => [ { key: 'repo', title: '知识库' }, { key: 'doc', title: '文档' }, + { key: 'group', title: '团队' }, { key: 'topic', title: '主题' }, { key: 'artboard', title: '画板' }, - { key: 'group', title: '团队' }, ], [], );