fix: open 'data' page by default after routing to data settings
This commit is contained in:
parent
c162242433
commit
415f991143
@ -37,7 +37,7 @@ const DataSettings: FC = () => {
|
|||||||
const [appInfo, setAppInfo] = useState<AppInfo>()
|
const [appInfo, setAppInfo] = useState<AppInfo>()
|
||||||
const { size, removeAllFiles } = useKnowledgeFiles()
|
const { size, removeAllFiles } = useKnowledgeFiles()
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
const [menu, setMenu] = useState<string>('common')
|
const [menu, setMenu] = useState<string>('data')
|
||||||
|
|
||||||
//joplin icon needs to be updated into iconfont
|
//joplin icon needs to be updated into iconfont
|
||||||
const JoplinIcon = () => (
|
const JoplinIcon = () => (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user