+ // {spreadsheetIssues.map((issue: IIssue, index) => (
+ //
+ // ))}
+ //
+ // {type === "issue" ? (
+ //
+ // ) : (
+ // !disableUserActions && (
+ //
+ //
+ // Add Issue
+ //
+ // }
+ // position="left"
+ // optionsClassName="left-5 !w-36"
+ // noBorder
+ // >
+ // {
+ // const e = new KeyboardEvent("keydown", { key: "c" });
+ // document.dispatchEvent(e);
+ // }}
+ // >
+ // Create new
+ //
+ // {openIssuesListModal && (
+ // Add an existing issue
+ // )}
+ //
+ // )
+ // )}
+ //
+ //