Skip to content

Conversation

@dvaldivia
Copy link
Collaborator

Replaces the repetitive instances of

<React.Fragment>
      <br />
      <Typography component="p" variant="body1" className={classes.errorBlock}>
        {errorMessage}
      </Typography>
    </React.Fragment>

with a common component

<ErrorBlock errorMessage={addError} withBreak={false} />

@dvaldivia dvaldivia added the UI User Interface label Dec 14, 2020
@dvaldivia dvaldivia self-assigned this Dec 14, 2020
Copy link
Contributor

@Alevsk Alevsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvaldivia dvaldivia merged commit d97d18e into minio:master Dec 14, 2020
@dvaldivia dvaldivia deleted the error-block-component branch December 14, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

UI User Interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants