We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adc74d commit f0f7c14Copy full SHA for f0f7c14
ee/tabby-ui/lib/stores/answer-engine-store.tsx
@@ -9,7 +9,7 @@ export interface AnswerEngineState {
9
const initialState: AnswerEngineState = {
10
threadsPageNo: 1,
11
myThreadsPageNo: 1,
12
- threadsTab: 'mine'
+ threadsTab: 'all'
13
}
14
15
export const useAnswerEngineStore = create<AnswerEngineState>()(() => {
0 commit comments