Skip to content

Commit

Permalink
minor fix - spacing on Data model title fixed (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin authored Nov 13, 2024
1 parent cde96cf commit 795cb12
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ export const SettingsObjectDetailPage = () => {
return (
<>
<SubMenuTopBarContainer
title={
<StyledTitleContainer>
<H3Title title={objectMetadataItem.labelPlural} />
<StyledObjectTypeTag objectTypeLabel={objectTypeLabel} />
</StyledTitleContainer>
}
links={[
{
children: 'Workspace',
Expand All @@ -166,10 +172,6 @@ export const SettingsObjectDetailPage = () => {
}
>
<SettingsPageContainer>
<StyledTitleContainer>
<H3Title title={objectMetadataItem.labelPlural} />
<StyledObjectTypeTag objectTypeLabel={objectTypeLabel} />
</StyledTitleContainer>
<StyledTabListContainer>
<TabList
tabListInstanceId={
Expand Down

0 comments on commit 795cb12

Please sign in to comment.