Skip to content

Commit

Permalink
fix(Project): Fixed license info header under project detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
amritkv committed Jan 2, 2025
1 parent 433d9af commit 26cc56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function Administration({ data }: { data: AdministrationDataType
id='administration.licenseInfoHeader'
aria-describedby={t('License Info Header')}
style={{ height: '600px' }}
value={data.licenseInfoHeader}
value={data.licenseInfoHeaderText}
readOnly
/>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/object-types/AdministrationDataType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface AdministrationDataType {
systemTestEnd?: string
deliveryStart?: string
phaseOutSince?: string
licenseInfoHeader?: string
licenseInfoHeaderText?: string
_embedded?: {
clearingTeam?: {
email: string
Expand Down

0 comments on commit 26cc56c

Please sign in to comment.