record status as an available property
This commit is contained in:
parent
adbe79727a
commit
15be5cce40
@ -7,6 +7,7 @@ interface PlanningDataOfficialDataEntryProps {
|
|||||||
shownData: {
|
shownData: {
|
||||||
uprn: string;
|
uprn: string;
|
||||||
building_id: number;
|
building_id: number;
|
||||||
|
status?: string,
|
||||||
description?: string;
|
description?: string;
|
||||||
planning_application_link?: string;
|
planning_application_link?: string;
|
||||||
registered_with_local_authority_date?: string;
|
registered_with_local_authority_date?: string;
|
||||||
|
@ -176,8 +176,8 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
category: Category.Location,
|
category: Category.Location,
|
||||||
title: "PLANNING DATA",
|
title: "PLANNING DATA",
|
||||||
tooltip: "PLANNING DATA",
|
tooltip: "PLANNING DATA",
|
||||||
example: [{uprn: "", building_id: 1, "data_source": ""},
|
example: [{uprn: "", building_id: 1, data_source: ""},
|
||||||
{uprn: "", building_id: 1, "data_source": "", decision_date: "", description: "", planning_application_link: "", registered_with_local_authority_date: "", last_synced_date: "", data_source_link: ""},
|
{uprn: "", building_id: 1, data_source: "", status: "", decision_date: "", description: "", planning_application_link: "", registered_with_local_authority_date: "", last_synced_date: "", data_source_link: ""},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user