Skip to content

Commit

Permalink
test(@dpc-sdp/ripple-tide-search): fixed up custom collection test ta…
Browse files Browse the repository at this point in the history
…ble results
  • Loading branch information
jeffdowdle committed Sep 19, 2023
1 parent 755fbe7 commit bc8dc3b
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit bc8dc3b

Please sign in to comment.