Merge branch 'preview' of github.com:makeplane/plane into develop
This commit is contained in:
commit
80761d3507
4 changed files with 199 additions and 135 deletions
|
|
@ -36,7 +36,7 @@ interface IKanbanGroup {
|
|||
viewId?: string;
|
||||
disableIssueCreation?: boolean;
|
||||
canEditProperties: (projectId: string | undefined) => boolean;
|
||||
groupByVisibilityToggle: boolean;
|
||||
groupByVisibilityToggle?: boolean;
|
||||
scrollableContainerRef?: MutableRefObject<HTMLDivElement | null>;
|
||||
isDragStarted?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue