client/app/lib/components/core/fields/SearchField.tsx
Function SearchField
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const SearchField = (props: SearchFieldProps): JSX.Element => {
const { onChangeKeyword, noIcon, ...otherProps } = props;
const [keyword, setKeyword] = useState('');
const [isPending, startTransition] = useTransition();
- Create a ticketCreate a ticket