Skip to content

Commit

Permalink
fix(546): fix axe issue (#3186)
Browse files Browse the repository at this point in the history
Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
  • Loading branch information
gitdallas authored Sep 13, 2024
1 parent 3a76f55 commit cc7aaf0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ const ModelVersionDetailsView: React.FC<ModelVersionDetailsViewProps> = ({
>
<InlineTruncatedClipboardCopy testId="model-version-id" textToCopy={mv.id} />
</DashboardDescriptionListGroup>
<Title headingLevel={TextVariants.h3}>Model location</Title>
</DescriptionList>
<Title style={{ marginTop: '1em' }} headingLevel={TextVariants.h3}>
Model location
</Title>
<DescriptionList isFillColumns>
{storageFields && (
<>
<DashboardDescriptionListGroup
Expand Down

0 comments on commit cc7aaf0

Please sign in to comment.