-
Notifications
You must be signed in to change notification settings - Fork 19
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
formik/ENG-5157 formik edit user profile #1550
Conversation
Requested publication of version |
1 similar comment
Requested publication of version |
ba97d5b
to
7766398
Compare
59d518c
to
9046c75
Compare
Requested publication of version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good, just remove extra unused file
import React, { Component } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import { Field, reduxForm, FieldArray } from 'redux-form'; | ||
import { Form, Button, FormGroup, Col } from 'patternfly-react'; | ||
import { FormattedMessage } from 'react-intl'; | ||
|
||
import FormLabel from 'ui/common/form/FormLabel'; | ||
import SwitchRenderer from 'ui/common/form/SwitchRenderer'; | ||
import FormSectionTitle from 'ui/common/form/FormSectionTitle'; | ||
import RenderSelectInput from 'ui/common/form/RenderSelectInput'; | ||
import MultiSelectRenderer from 'ui/pages/common/MultiSelectRenderer'; | ||
|
||
export class AppSettingsFormBody extends Component { | ||
constructor(props) { | ||
super(props); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this file
Requested publication of version |
Requested publication of version |
No description provided.