Merge pull request #27428 from padupe/docs/writing-custom-field-extension_add-imports

docs(docs/features/software-templates/writing-custom-field-extensionsmd): add pending imports.
This commit is contained in:
Johan Haals
2024-11-12 14:39:15 +01:00
committed by GitHub
@@ -33,6 +33,9 @@ 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 FormHelperText from '@material-ui/core/FormHelperText';
import Input from '@material-ui/core/Input';
import InputLabel from '@material-ui/core/InputLabel';
/*
This is the actual component that will get rendered in the form
*/