| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…tle` by `subTitleComponent`. Previously `ChartDonut` component for building `subTitle` used prop `titleComponent`, while prop `subTitleComponent` was unused. So in this PR `titleComponent` in `getSubtitle` was replaced by `subTitleComponent`. fix patternfly#2486
|
PatternFly-React preview: https://patternfly-react-pr-2488.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Previously ChartDonut component (in patternfly 4) for building subTitle used prop titleComponent, while prop
subTitleComponent was unused. So in this PR titleComponent in getSubtitle was replaced by
subTitleComponent.
fix #2486