Skip to content

Commit

Permalink
Merge pull request #66 from storybooks/add-missing-props
Browse files Browse the repository at this point in the history
Add missing props
  • Loading branch information
Muhammed Thanish committed Dec 7, 2016
2 parents ba80bf1 + 9921b9a commit 2fc5cf9
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 322 deletions.
3 changes: 2 additions & 1 deletion dist/modules/ui/components/shortcuts_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ var ShortcutsHelp = exports.ShortcutsHelp = function ShortcutsHelp(_ref3) {
{
isOpen: isOpen,
onRequestClose: onClose,
style: modalStyles
style: modalStyles,
contentLabel: 'Shortcuts'
},
_react2.default.createElement(Shortcuts, { appShortcuts: getShortcuts(platform) })
);
Expand Down
1 change: 1 addition & 0 deletions src/modules/ui/components/shortcuts_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const ShortcutsHelp = ({ isOpen, onClose, platform }) => (
isOpen = {isOpen}
onRequestClose = {onClose}
style = {modalStyles}
contentLabel = 'Shortcuts'
>
<Shortcuts appShortcuts = {getShortcuts(platform)} />
</ReactModal>
Expand Down
Loading

0 comments on commit 2fc5cf9

Please sign in to comment.