change heading level in template form

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-04-06 15:48:45 +02:00
parent 0435174b06
commit 1a760d42f0
@@ -172,7 +172,7 @@ export const MultistepJsonForm = (props: MultistepJsonFormProps) => {
aria-disabled="false"
tabIndex={0}
>
<Typography variant="h6" component="h3">
<Typography variant="h6" component="h2">
{title}
</Typography>
</StepLabel>