Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 937a713

Browse filesBrowse files
committed
fix(CWidgetBrand): addHeaderClass bad PropTypes
1 parent d6e58d5 commit 937a713
Copy full SHA for 937a713

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/widgets/CWidgetBrand.js

Copy file name to clipboardExpand all lines: src/widgets/CWidgetBrand.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CWidgetBrand.propTypes = {
7373
rightFooter: PropTypes.string,
7474
leftHeader: PropTypes.string,
7575
leftFooter: PropTypes.string,
76-
addHeaderClasses: PropTypes.oneOfType([String, Array, Object]),
76+
addHeaderClasses: PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.object]),
7777
bodySlot: PropTypes.node
7878
};
7979

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.