bugfix: all_contacts hardcoded index name
This commit is contained in:
parent
b90add5833
commit
34665b4b93
|
@ -37,8 +37,8 @@ const tableProps = (index, indexSchema) => ({
|
||||||
{
|
{
|
||||||
"##eventHandlerType": "List Records",
|
"##eventHandlerType": "List Records",
|
||||||
parameters: {
|
parameters: {
|
||||||
indexKey: "/all_contacts",
|
indexKey:index.nodeKey(),
|
||||||
statePath: "all_contacts",
|
statePath: index.name,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue