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

@ -45,7 +45,6 @@ export interface ITask extends IAbstract {
subscription: ISubscription
position: number
kanbanPosition: number
reactions: IReactionPerEntity