bugfix: compnent template fixes
This commit is contained in:
parent
d7ac067a3c
commit
ac8385be46
|
@ -33,6 +33,15 @@ const tableProps = (index, indexSchema) => ({
|
|||
],
|
||||
},
|
||||
],
|
||||
onLoad: [
|
||||
{
|
||||
"##eventHandlerType": "List Records",
|
||||
parameters: {
|
||||
indexKey: "/all_contacts",
|
||||
statePath: "all_contacts"
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
const columnHeaders = indexSchema =>
|
||||
|
|
|
@ -12,7 +12,7 @@ const outerContainer = record => ({
|
|||
{
|
||||
"##eventHandlerType": "Get New Record",
|
||||
parameters: {
|
||||
collectionKey: record.collectionKey,
|
||||
collectionKey: record.collectionNodeKey(),
|
||||
childRecordType: record.name,
|
||||
statePath: record.name,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue