client/app/lib/components/core/fields/SwitchableTextField.tsx
Function SwitchableTextField
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const SwitchableTextField = (props: SwitchableTextFieldProps): JSX.Element => {
const { editable, textProps, ...textFieldProps } = props;
const { typography } = useTheme();
- Create a ticketCreate a ticket