Skip to content

Commit 62cab41

Browse files
authored
Update prompt.jsx
1 parent dc3cfc6 commit 62cab41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/containers/prompt.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class Prompt extends React.Component {
6262
if (this.props.isCustom) return (
6363
<PromptComponent
6464
isCustom={this.props.isCustom}
65-
width={this.props.width}
66-
height={this.props.height}
6765
title={this.props.title}
6866
enterTitle={this.props.enterTitle}
6967
closeTitle={this.props.closeTitle}
@@ -111,8 +109,6 @@ Prompt.propTypes = {
111109

112110
/* custom modals */
113111
isCustom: PropTypes.bool,
114-
width: PropTypes.number,
115-
height: PropTypes.number,
116112
enterTitle: PropTypes.string,
117113
closeTitle: PropTypes.string
118114
};

0 commit comments

Comments
 (0)