chore: issue filters refactor (#6742)
* chore: issue filters refactor * chore: update helper funciton implementation * chore: removed redundant components
This commit is contained in:
parent
1bf683e044
commit
d4991b9a48
17 changed files with 58 additions and 50 deletions
4
web/ce/store/issue/helpers/base-issue.store.ts
Normal file
4
web/ce/store/issue/helpers/base-issue.store.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { TIssue } from "@plane/types";
|
||||
import { getIssueIds } from "@/store/issue/helpers/base-issues-utils";
|
||||
|
||||
export const workItemSortWithOrderByExtended = (array: TIssue[], key?: string) => getIssueIds(array);
|
||||
Loading…
Add table
Add a link
Reference in a new issue