Fix handle not unique issue on page layout copy

This commit is contained in:
Katrin Yordanova
2023-05-30 13:42:11 +02:00
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'))