@ -15,7 +15,7 @@ export default function (tables) {
name: `${table.name} - New`,
create: () => createScreen(table),
id: NEW_ROW_TEMPLATE,
table: table.name
table: table.name,
}
})
@ -17,7 +17,7 @@ export default function (tables) {
name: `${table.name} - Detail`,
id: ROW_DETAIL_TEMPLATE,
@ -10,7 +10,7 @@ export default function (tables) {
name: `${table.name} - List`,
id: ROW_LIST_TEMPLATE,