1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

bugfix: MD test app boken - missing nodeKey

This commit is contained in:
Michael Shanks 2020-03-04 16:49:40 +00:00
parent 95f821a83f
commit 3ebec70084

View file

@ -4,6 +4,7 @@ const templateOptions = {
indexes: [ indexes: [
{ {
name: "customers", name: "customers",
nodeKey: () => "/customers"
}, },
], ],
helpers: { helpers: {