docs(docs/features/software-templates/writing-custom-field-extensions.md): remove import from "@material-ui/core/FormControl".
Signed-off-by: Paulo Eduardo Peixoto <peixoto.pauloeduardo@gmail.com>
This commit is contained in:
@@ -32,7 +32,6 @@ As an example, we will create a component that validates whether a string is in
|
||||
import React from 'react';
|
||||
import { FieldExtensionComponentProps } from '@backstage/plugin-scaffolder-react';
|
||||
import type { FieldValidation } from '@rjsf/utils';
|
||||
import FormControl from '@material-ui/core/FormControl';
|
||||
import {
|
||||
FormControl,
|
||||
FormHelperText,
|
||||
|
||||
Reference in New Issue
Block a user