CreateImageWizard: Cleanup
- Remove unused eslint disable - Remove comments
This commit is contained in:
parent
97a25cb9ac
commit
1125222232
1 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable react/display-name */
|
||||
import React from 'react';
|
||||
import FormRenderer from '@data-driven-forms/react-form-renderer/form-renderer';
|
||||
import Pf4FormTemplate from '@data-driven-forms/pf4-component-mapper/form-template';
|
||||
|
|
@ -20,7 +19,6 @@ const ImageCreator = ({ schema, onSubmit, onClose, customComponentMapper, defaul
|
|||
onSubmit={ (formValues) => onSubmit(formValues) }
|
||||
componentMapper={ {
|
||||
...componentMapper,
|
||||
// wizard: WrappedWizard,
|
||||
review: Review,
|
||||
output: TargetEnvironment,
|
||||
select: Select,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue