fix: eslint fixes

This commit is contained in:
sriram veeraghanta 2024-03-11 20:45:51 +05:30
parent e05bc3965c
commit 8997ee2e3e
4 changed files with 0 additions and 7 deletions

View file

@ -73,7 +73,6 @@ export const CreateInboxIssueModal: React.FC<Props> = observer((props) => {
reset,
watch,
getValues,
setValue,
} = useForm({ defaultValues });
const handleClose = () => {

View file

@ -1,6 +1,5 @@
import React, { useState } from "react";
import { observer } from "mobx-react-lite";
import sortBy from "lodash/sortBy";
// components
import { StateGroupIcon } from "@plane/ui";
import { FilterHeader, FilterOption } from "components/issues";