Task lists WIP:
* some front end work.
This commit is contained in:
@ -15,6 +15,10 @@ class ChatRoomTaskList extends Model {
|
||||
list: taskListId
|
||||
}) ?? []
|
||||
}
|
||||
|
||||
async deleteItem () {
|
||||
return this.collection.chatroom.taskManager.deleteItem(this)
|
||||
}
|
||||
}
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user