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",
|
||||
parameters: {
|
||||
indexKey: "/all_contacts",
|
||||
statePath: "all_contacts",
|
||||
indexKey:index.nodeKey(),
|
||||
statePath: index.name,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue