mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: open 'data' page by default after routing to data settings
This commit is contained in:
parent
47bacced2b
commit
bffcb790c0
@ -37,7 +37,7 @@ const DataSettings: FC = () => {
|
||||
const [appInfo, setAppInfo] = useState<AppInfo>()
|
||||
const { size, removeAllFiles } = useKnowledgeFiles()
|
||||
const { theme } = useTheme()
|
||||
const [menu, setMenu] = useState<string>('common')
|
||||
const [menu, setMenu] = useState<string>('data')
|
||||
|
||||
//joplin icon needs to be updated into iconfont
|
||||
const JoplinIcon = () => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user