Fix review comments

This commit is contained in:
Karel Hala 2021-06-10 16:48:52 +02:00 committed by Sanne Raymaekers
parent 3a1b3c0d43
commit 0c7a1500ec
6 changed files with 46 additions and 46 deletions

View file

@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
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 { FormGroup, Tile } from '@patternfly/react-core';
import { FormGroup, Tile, Grid, GridItem } from '@patternfly/react-core';
import './TargetEnvironment.scss';
const TargetEnvironment = ({ label, isRequired, ...props }) => {
@ -41,7 +41,7 @@ const TargetEnvironment = ({ label, isRequired, ...props }) => {
isStacked
isDisplayLarge />
<Tile
className="tile"
className="tile pf-u-mr-sm"
data-testid="upload-google"
title="Google Cloud Platform"
icon={ <img