Commit 554bd816 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed ok button during sandbox initialization

parent 6fbed6d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>