-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #36734 - Hide double title on Register Host page #9830
Conversation
Issues: #36734 |
}) => { | ||
const title = ( | ||
<TextContent> | ||
<Text ouiaId="title" component="h1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you keep it breadcrumb_title
?
@kmalyjur test failures look related |
@MariaAga I added an additional |
can you please move the conditions to not show the page sections? so we wont end up with extra empty page sections that add space before the title. |
Thanks! |
Changed PageLayout so that breadcrumb, title, search bar and toolbar buttons work together even if some of the elements are missing.