mirror of https://gitee.com/answerdev/answer.git
fix: search list order btns
This commit is contained in:
parent
9c7e886439
commit
632da9911e
|
@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
|
|||
|
||||
import { QueryGroup } from '@/components';
|
||||
|
||||
const sortBtns = ['active', 'relevance', 'newest', 'score'];
|
||||
const sortBtns = ['active', 'newest', 'relevance', 'score'];
|
||||
|
||||
interface Props {
|
||||
count: number;
|
||||
|
|
Loading…
Reference in New Issue