bb-plane-fork/web/ce/store/issue/helpers/base-issue-store.ts
2025-03-24 18:33:22 +05:30

4 lines
213 B
TypeScript

import { TIssue } from "@plane/types";
import { getIssueIds } from "@/store/issue/helpers/base-issues-utils";
export const workItemSortWithOrderByExtended = (array: TIssue[], key?: string) => getIssueIds(array);