diff --git a/examples/nuxt-app/test/fixtures/landingpage/custom-collection.json b/examples/nuxt-app/test/fixtures/landingpage/custom-collection.json index 7d519c759d..69693b8f43 100644 --- a/examples/nuxt-app/test/fixtures/landingpage/custom-collection.json +++ b/examples/nuxt-app/test/fixtures/landingpage/custom-collection.json @@ -130,18 +130,15 @@ "columns": [ { "label": "Suburb", - "key": "suburb", - "isArray": false + "objectKey": "suburb" }, { "label": "Location", - "key": "street", - "isArray": false + "objectKey": "street" }, { "label": "Last annual test", - "key": "last_annual_test", - "isArray": false + "objectKey": "last_annual_test" } ] }