bugfix: MD test app boken - missing nodeKey
This commit is contained in:
parent
53ab810ab9
commit
61712ae3d6
|
@ -4,6 +4,7 @@ const templateOptions = {
|
||||||
indexes: [
|
indexes: [
|
||||||
{
|
{
|
||||||
name: "customers",
|
name: "customers",
|
||||||
|
nodeKey: () => "/customers"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
helpers: {
|
helpers: {
|
||||||
|
|
Loading…
Reference in New Issue