[A11y] Fix 'Vision data explorer' text present under 'analyse_ model' page is not defined as heading programmatically. (#2578)
* fix a11y * fix a11y
This commit is contained in:
Родитель
3093ac0a71
Коммит
87e2b857a2
|
@ -164,7 +164,7 @@ export class TabsView extends React.PureComponent<
|
|||
this.props.dataset.class_names && (
|
||||
<>
|
||||
<div className={classNames.sectionHeader}>
|
||||
<Text variant={"xxLarge"}>
|
||||
<Text as="h3" variant={"xxLarge"}>
|
||||
{localization.ModelAssessment.ComponentNames.VisionTab}
|
||||
</Text>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче