fix: delete issues in spreadsheet doesn't work (#2718)

Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com>
This commit is contained in:
Dakshesh Jain 2023-11-20 12:22:43 +05:30 committed by sriram veeraghanta
parent ced5bfd930
commit 2abc5eb68c
2 changed files with 13 additions and 3 deletions

View file

@ -46,8 +46,6 @@ export const SpreadsheetView: React.FC<Props> = observer((props) => {
issueId: string;
} | null>(null);
const [isInlineCreateIssueFormOpen, setIsInlineCreateIssueFormOpen] = useState(false);
const [isScrolled, setIsScrolled] = useState(false);
const containerRef = useRef<HTMLDivElement | null>(null);