diff --git a/docs/src/app/components/pages/components/dialog.jsx b/docs/src/app/components/pages/components/dialog.jsx index 32576e50c3c9f9..32c3f860fc7757 100644 --- a/docs/src/app/components/pages/components/dialog.jsx +++ b/docs/src/app/components/pages/components/dialog.jsx @@ -31,8 +31,7 @@ class DialogPage extends React.Component { ' title="Dialog With Standard Actions"\n' + ' actions={standardActions}\n' + ' actionFocus="submit"\n' + - ' modal={this.state.modal}\n' + - ' dismissOnClickAway={this.state.dismissOnClickAway}>\n' + + ' modal={this.state.modal}>\n' + ' The actions in this window are created from the json that\'s passed in. \n' + '\n\n' + '//Custom Actions\n' + @@ -49,8 +48,7 @@ class DialogPage extends React.Component { '\n' + + ' modal={this.state.modal}>\n' + ' The actions in this window were passed in as an array of react objects.\n' + '\n';