Skip to content

Commit 0341b48

Browse files
committed
manual merge
1 parent f7b94c3 commit 0341b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/TabsetPageCards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function getOrder() {
120120
case 'alphabeticalTitle':
121121
return (t: Tab) => t.title?.toUpperCase()
122122
default:
123-
return (t: Tab) => 1
123+
return () => 1
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)