Bug #31561
fix propTypes in EmptyStatePattern
Pull request:
Found in Releases:
Description
Tests are failing because:
'documentation.label' is missing in props validation
test (14): webpack/assets/javascripts/react_app/components/common/EmptyState/EmptyStatePattern.js#L34
'documentation.buttonLabel' is missing in props validation
test (14): webpack/assets/javascripts/react_app/components/common/EmptyState/EmptyStatePattern.js#L35
'documentation.url' is missing in props validation
Associated revisions
History
#1
Updated by The Foreman Bot 2 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8224 added
#2
Updated by The Foreman Bot about 2 months ago
- Fixed in Releases 2.4.0 added
#3
Updated by Tomer Brisker about 2 months ago
- Fixed in Releases 2.3.2 added
#4
Updated by Maria Agaphontzev about 2 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0bbc2b9b10496e73a5e8024e5da40f154fd8a843.
Fixes #31561 - fix propTypes in EmptyStatePattern