client/app/lib/components/form/fields/TextField.tsx
Function FormTextField
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const FormTextField = <Type extends TextFieldTypes>(
props: FormTextFieldProps<Type>,
): JSX.Element => {
const {
field,
- Create a ticketCreate a ticket