fix: incorrect default lang selected in page-selector component (#1005)
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
searchLoading: false,
|
||||
currentLocale: 'en',
|
||||
currentLocale: siteConfig.lang,
|
||||
currentPath: 'new-page',
|
||||
tree: [],
|
||||
treeChildren: [],
|
||||
|
Reference in New Issue
Block a user