refactor project states to ake way for new features (#6156)
This commit is contained in:
parent
3bccda0c86
commit
66652a5d71
38 changed files with 462 additions and 161 deletions
8
web/ce/components/workflow/workflow-group-tree.tsx
Normal file
8
web/ce/components/workflow/workflow-group-tree.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { TIssueGroupByOptions } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
groupBy?: TIssueGroupByOptions;
|
||||
groupId: string | undefined;
|
||||
};
|
||||
|
||||
export const WorkFlowGroupTree = (props: Props) => <></>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue