Skip to content

Commit 059ab95

Browse files
committed
updates
1 parent 498bb53 commit 059ab95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/SearchModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function CustomRefinementList() {
166166
const { items, refine } = useRefinementList({
167167
attribute: '_tags',
168168
limit: 50,
169-
sortBy: ['count:desc', 'name:asc'],
169+
sortBy: ['isRefined:desc', 'count:desc', 'name:asc'],
170170
})
171171

172172
React.useEffect(() => {

0 commit comments

Comments
 (0)