1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

bugfix: all_contacts hardcoded index name

This commit is contained in:
Michael Shanks 2020-03-04 10:45:34 +00:00
parent b90add5833
commit 34665b4b93

View file

@ -37,8 +37,8 @@ const tableProps = (index, indexSchema) => ({
{
"##eventHandlerType": "List Records",
parameters: {
indexKey: "/all_contacts",
statePath: "all_contacts",
indexKey:index.nodeKey(),
statePath: index.name,
},
},
],