fix: incorrect default lang selected in page-selector component (#1005)
This commit is contained in:
parent
28c443c356
commit
7a582f7146
@ -193,7 +193,7 @@
|
||||
v-icon(color='grey') mdi-account-circle
|
||||
span {{$t('common:header.login')}}
|
||||
|
||||
page-selector(mode='create', v-model='newPageModal', :open-handler='pageNewCreate')
|
||||
page-selector(mode='create', v-model='newPageModal', :open-handler='pageNewCreate', :locale='locale')
|
||||
page-delete(v-model='deletePageModal', v-if='path && path.length')
|
||||
</template>
|
||||
|
||||
|
@ -108,7 +108,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
searchLoading: false,
|
||||
currentLocale: 'en',
|
||||
currentLocale: siteConfig.lang,
|
||||
currentPath: 'new-page',
|
||||
tree: [],
|
||||
treeChildren: [],
|
||||
|
Loading…
Reference in New Issue
Block a user