Loading js-apps/frontend/src/js/components/dialogs/basic-dialog.js +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ const BasicDialog = props => { var closeOnSubmit = (evt.detail.action === 'accept' ? true : false); props.onClose(closeOnSubmit); }} className={(props.className) ? props.className : ''} className={props.className ? props.className : ''} > <DialogTitle theme="primary" style={styles.title}> <Typography use="headline5">{props.title}</Typography> Loading js-apps/frontend/src/js/components/dialogs/sign-in-wait-dialog.js +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class SignInWaitDialog extends Component { open={this.props.open} onClose={this.props.onClose} onSubmit={this.props.onClose} submitLabel = {'Ok'} submitLabel={''} > <p>This may take a few seconds...</p> <p>You will automatically be redirected to the sandbox page when ready.</p> Loading Loading
js-apps/frontend/src/js/components/dialogs/basic-dialog.js +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ const BasicDialog = props => { var closeOnSubmit = (evt.detail.action === 'accept' ? true : false); props.onClose(closeOnSubmit); }} className={(props.className) ? props.className : ''} className={props.className ? props.className : ''} > <DialogTitle theme="primary" style={styles.title}> <Typography use="headline5">{props.title}</Typography> Loading
js-apps/frontend/src/js/components/dialogs/sign-in-wait-dialog.js +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class SignInWaitDialog extends Component { open={this.props.open} onClose={this.props.onClose} onSubmit={this.props.onClose} submitLabel = {'Ok'} submitLabel={''} > <p>This may take a few seconds...</p> <p>You will automatically be redirected to the sandbox page when ready.</p> Loading