Sending the title translation key

parent 861b1f09
...@@ -11,7 +11,7 @@ export default [ ...@@ -11,7 +11,7 @@ export default [
name: 'admin.page.page.index', name: 'admin.page.page.index',
component: PageTableServerSide, component: PageTableServerSide,
props: { props: {
translations translations,
} }
}, },
{ {
...@@ -21,6 +21,7 @@ export default [ ...@@ -21,6 +21,7 @@ export default [
props: { props: {
translations, translations,
locales, locales,
pageTitle: 'create page',
} }
}, },
{ {
...@@ -30,6 +31,7 @@ export default [ ...@@ -30,6 +31,7 @@ export default [
props: { props: {
translations, translations,
locales, locales,
pageTitle: 'edit page',
} }
}, },
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment