Skip to content

Commit

Permalink
Merge pull request #141 from opentofu/provider-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Sep 3, 2024
2 parents ca1b59c + 3d813a9 commit aed9317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/Provider/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ProviderHeader() {
{data.description && <Paragraph>{data.description}</Paragraph>}
</div>
<InfoSection>
<InfoSectionItem label="Owner">{data.addr.Namespace}</InfoSectionItem>
<InfoSectionItem label="Owner">{data.addr.namespace}</InfoSectionItem>
<InfoSectionItem label="Latest version">
{data.versions[0].id}
</InfoSectionItem>
Expand Down

0 comments on commit aed9317

Please sign in to comment.