1
0

fix(kanban): remove leftovers of kanban_position property

This might fix a bug where the kanban position would not be saved correctly.
This commit is contained in:
kolaente
2024-06-06 16:22:51 +02:00
parent e7041f02d0
commit 0c411fd1e9
4 changed files with 6 additions and 8 deletions

View File

@ -85,7 +85,6 @@ export default class TaskModel extends AbstractModel<ITask> implements ITask {
subscription: ISubscription = null
position = 0
kanbanPosition = 0
reactions = {}