Skip to content

Commit 14a600f

Browse files
committed
Update propTypes.
1 parent 9bd4281 commit 14a600f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/FullscreenDialog.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,16 @@ export default class FullscreenDialog extends Component {
9595

9696
FullscreenDialog.propTypes = {
9797
actionButton: PropTypes.node,
98+
appBarStyle: PropTypes.object,
9899
children: PropTypes.node,
99100
closeIcon: PropTypes.node,
101+
containerStyle: PropTypes.object,
100102
onRequestClose: PropTypes.func,
101103
open: PropTypes.bool.isRequired,
102104
style: PropTypes.object,
103105
title: PropTypes.string
104106
}
105107

106-
FullscreenDialog.defaultProps = {
107-
actions: []
108-
}
109-
110108
FullscreenDialog.contextTypes = {
111109
muiTheme: PropTypes.object
112110
}

0 commit comments

Comments
 (0)