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