Skip to content

Commit f0f7c14

Browse files
committed
update
1 parent 8adc74d commit f0f7c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/tabby-ui/lib/stores/answer-engine-store.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface AnswerEngineState {
99
const initialState: AnswerEngineState = {
1010
threadsPageNo: 1,
1111
myThreadsPageNo: 1,
12-
threadsTab: 'mine'
12+
threadsTab: 'all'
1313
}
1414

1515
export const useAnswerEngineStore = create<AnswerEngineState>()(() => {

0 commit comments

Comments
 (0)