[WEB-5296]chore: grouping filter refactor (#8034)
This commit is contained in:
parent
0e8128594b
commit
710138f3a1
9 changed files with 98 additions and 52 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import type { TIssue } from "@plane/types";
|
||||
|
||||
export type TDateAlertProps = {
|
||||
date: string;
|
||||
workItem: TIssue;
|
||||
projectId: string;
|
||||
};
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const DateAlert = (props: TDateAlertProps) => <></>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue