Fix handle not unique issue on page layout copy
This commit is contained in:
committed by
Jože Fortun
parent
992510539e
commit
3f1f2721d7
@@ -779,7 +779,7 @@ export default {
|
||||
|
||||
layout.meta.title = `${layout.meta.title}`
|
||||
|
||||
this.createPageLayout(this.layout).then(({ layoutID }) => {
|
||||
this.createPageLayout(layout).then(({ layoutID }) => {
|
||||
return this.fetchPageLayouts().then(() => {
|
||||
this.switchLayout(layoutID)
|
||||
this.toastSuccess(this.$t('notification:page.page-layout.clone.success'))
|
||||
|
||||
Reference in New Issue
Block a user