mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
string type
This commit is contained in:
parent
ff4bf9af6e
commit
662a27bf38
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default async function DocumentsPage(
|
|||
</div>
|
||||
<div className="py-4">
|
||||
<DocumentsTable
|
||||
uprn={propertyMeta.uprn}
|
||||
uprn={propertyMeta.uprn.toString()}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue