mirror of
https://github.com/zadam/trilium.git
synced 2026-03-13 11:53:38 +01:00
chore(client): address requested change
This commit is contained in:
parent
9aa84877ee
commit
b51bfdfb33
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user