client/app/lib/components/form/fields/MultiSelectField.jsx
Function FormMultiSelectField
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const FormMultiSelectField = (props) => {
const { field, fieldState, disabled, label, options, renderIf, ...custom } =
props;
if (!renderIf) {
return null;
- Create a ticketCreate a ticket