Skip to content

Commit

Permalink
fix(546): fix axe issue
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 committed Sep 10, 2024
1 parent 1f59036 commit 92bc6b6
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 92bc6b6

Please sign in to comment.