angular-patternfly
angular-patternfly copied to clipboard
Do not set id="title" in empty state component
We shouldn't use id="title" in the empty state message. That's a really generic ID, and IDs need to be unique on the page.
@jeff-phillips-18 also curious, does it need to be an h1
? Is it tied to style? Perhaps could use class="h1"
but on a lesser heading.
I don't believe it needs to be an h1. I will look into that as well.
Please see @akieling 's last commit in this Issue.