mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 08:19:59 +00:00
fix(ui): add thinking tab to URL sync conditional
This commit is contained in:
@@ -16,7 +16,9 @@ export function useSettingsTab() {
|
|||||||
? 'proxy'
|
? 'proxy'
|
||||||
: tabParam === 'auth'
|
: tabParam === 'auth'
|
||||||
? 'auth'
|
? 'auth'
|
||||||
: 'websearch';
|
: tabParam === 'thinking'
|
||||||
|
? 'thinking'
|
||||||
|
: 'websearch';
|
||||||
|
|
||||||
const setActiveTab = useCallback(
|
const setActiveTab = useCallback(
|
||||||
(tab: SettingsTab) => {
|
(tab: SettingsTab) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user