chore(client): address requested change

This commit is contained in:
Elian Doran 2026-03-12 21:09:30 +02:00
parent 9aa84877ee
commit b51bfdfb33
No known key found for this signature in database

View File

@ -178,9 +178,8 @@ export default class BoardApi {
if (!note) return;
if (this.isRelationMode) {
return attributes.removeOwnedRelationByName(note, this.statusAttribute);
}
}
return attributes.removeOwnedLabelByName(note, this.statusAttribute);
}
async moveWithinBoard(noteId: string, sourceBranchId: string, sourceIndex: number, targetIndex: number, sourceColumn: string, targetColumn: string) {