mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Board: Checklist item dnd support (#1873)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
@@ -89,7 +89,7 @@ export interface Task extends AttachedDoc, DocWithRank {
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface TodoItem extends AttachedDoc {
|
||||
export interface TodoItem extends AttachedDoc, DocWithRank {
|
||||
name: Markup
|
||||
assignee: Ref<Employee> | null
|
||||
done: boolean
|
||||
|
||||
Reference in New Issue
Block a user