Sending the title translation key

parent 861b1f09
......@@ -11,7 +11,7 @@ export default [
name: 'admin.page.page.index',
component: PageTableServerSide,
props: {
translations
translations,
}
},
{
......@@ -21,6 +21,7 @@ export default [
props: {
translations,
locales,
pageTitle: 'create page',
}
},
{
......@@ -30,6 +31,7 @@ export default [
props: {
translations,
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