first pass of tweaks needed to compile pf v4 branch

This commit is contained in:
John Mitchell
2020-06-09 14:17:12 -04:00
parent 2a922861c3
commit 475b733890
30 changed files with 136 additions and 144 deletions

View File

@@ -15,7 +15,7 @@ class NotificationTemplates extends Component {
return (
<Fragment>
<PageSection variant={light} className="pf-m-condensed">
<Title size="2xl">{i18n._(t`Notification Templates`)}</Title>
<Title size="2xl" headingLevel="h2">{i18n._(t`Notification Templates`)}</Title>
</PageSection>
<PageSection />
</Fragment>