fix workspace draft build (#5795)
This commit is contained in:
parent
332d2d5c68
commit
9c2278a810
8 changed files with 111 additions and 32 deletions
|
|
@ -16,7 +16,8 @@ type DNDStoreType =
|
|||
| EIssuesStoreType.PROJECT_VIEW
|
||||
| EIssuesStoreType.DRAFT
|
||||
| EIssuesStoreType.PROFILE
|
||||
| EIssuesStoreType.ARCHIVED;
|
||||
| EIssuesStoreType.ARCHIVED
|
||||
| EIssuesStoreType.WORKSPACE_DRAFT;
|
||||
|
||||
export const useGroupIssuesDragNDrop = (
|
||||
storeType: DNDStoreType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue