Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed console messages in mcs-users module #65

Merged
merged 2 commits into from Apr 14, 2020
Merged

Removed console messages in mcs-users module #65

merged 2 commits into from Apr 14, 2020

Conversation

bexsoft
Copy link
Collaborator

@bexsoft bexsoft commented Apr 13, 2020

What does this do?

Removed console messages in mcs-users module, also detected a couple of non-used dependencies that needed to be removed.

Removed console messages in mcs-users module
@bexsoft bexsoft self-assigned this Apr 13, 2020
@@ -127,6 +127,7 @@ export const RadioGroupSelector = ({
{selectorOptions.map(selectorOption => {
return (
<FormControlLabel
key={`rd-${name}-${selectorOption.value}`}
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this part of this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, this was throwing an error message in the console

@cesnietor cesnietor merged commit 0211827 into minio:master Apr 14, 2020
@bexsoft bexsoft deleted the console-fixes branch April 14, 2020 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants