CreateImageWizard: Single css file
All css applies to the entire page. To make it clearer having a single css file for the entire wizard.
This commit is contained in:
parent
c5dca74092
commit
f6aa58e3e3
6 changed files with 40 additions and 43 deletions
|
|
@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
|
|||
import useFormApi from '@data-driven-forms/react-form-renderer/use-form-api';
|
||||
import useFieldApi from '@data-driven-forms/react-form-renderer/use-field-api';
|
||||
import { Checkbox, FormGroup, Text, TextVariants, Tile } from '@patternfly/react-core';
|
||||
import './TargetEnvironment.scss';
|
||||
|
||||
const TargetEnvironment = ({ label, isRequired, ...props }) => {
|
||||
const { getState, change } = useFormApi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue