mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
index label ids on typesense
This commit is contained in:
@@ -30,7 +30,7 @@ export class LabelService {
|
||||
LabelType.PAGE,
|
||||
trx,
|
||||
);
|
||||
await this.labelRepo.addLabelToPage(pageId, label.id, trx);
|
||||
await this.labelRepo.addLabelToPage(pageId, label.id, workspaceId, trx);
|
||||
attached.push(label);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user