We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041e4fe commit 7d130deCopy full SHA for 7d130de
packages/patternfly-3/patternfly-react/src/components/VerticalNav/VerticalNavItemHelper.js
@@ -340,8 +340,8 @@ BaseVerticalNavItemHelper.defaultProps = {
340
title: '',
341
isDivider: false,
342
preventHref: true,
343
- id: '',
344
- dataID: ''
+ id: null,
+ dataID: null
345
};
346
347
const VerticalNavItemHelper = getContext(navContextTypes)(BaseVerticalNavItemHelper);
0 commit comments