Skip to content

Commit 390f6d5

Browse files
committed
fix PropTypes
1 parent 44efb01 commit 390f6d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

browser/main/modals/CreateMarkdownFromURLModal.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@ class CreateMarkdownFromURLModal extends React.Component {
107107
}
108108

109109
CreateMarkdownFromURLModal.propTypes = {
110-
storage: PropTypes.shape({
111-
key: PropTypes.string
110+
storage: PropTypes.string,
111+
folder: PropTypes.string,
112+
dispatch: PropTypes.func,
113+
location: PropTypes.shape({
114+
pathname: PropTypes.string
112115
})
113116
}
114117

0 commit comments

Comments
 (0)