Skip to content

Commit

Permalink
chore: update maps fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Dec 5, 2023
1 parent e9229ef commit 6e4e7b5
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"props": {
"id": "category",
"label": "Filter by",
"placeholder": "Select school type",
"type": "RplFormDropdown",
"multiple": true,
"options": []
Expand Down Expand Up @@ -108,16 +109,12 @@
"props": {
"columns": [
{
"label": "Title",
"objectKey": "title"
"label": "School name",
"component": "TideSearchListingTableLink"
},
{
"label": "Postcode",
"objectKey": "field_postcode"
},
{
"label": "Type",
"objectKey": "field_mappintype_value"
"label": "Suburb",
"objectKey": "field_suburb"
}
]
}
Expand Down

0 comments on commit 6e4e7b5

Please sign in to comment.