mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Remove unused prop
This commit is contained in:
parent
eaa199305c
commit
6bf7c85528
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { reduxForm, propTypes as formPropTypes } from 'redux-form';
|
|||
import { Button } from '../../components';
|
||||
import FieldSetCheckbox from './FieldSetCheckbox';
|
||||
|
||||
const formName = 'Styleguide.FieldSetCheckbox.Form';
|
||||
const formName = 'Styleguide.FieldSetCheckbox';
|
||||
|
||||
const legend = <h3>Amenities</h3>;
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ const componentProps = {
|
|||
};
|
||||
|
||||
const FormComponent = props => {
|
||||
const { form, handleSubmit, invalid, pristine, submitting } = props;
|
||||
const { handleSubmit, invalid, pristine, submitting } = props;
|
||||
|
||||
const submitDisabled = invalid || pristine || submitting;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue