chore(core): tracking events for doc properties (#8651)

fix AF-1565
This commit is contained in:
pengx17
2024-11-05 11:30:57 +00:00
parent 4977055a2e
commit ef82b9d3e7
18 changed files with 301 additions and 116 deletions

View File

@@ -64,7 +64,7 @@ export class DocPropertiesStore extends Store {
createDocPropertyInfo(
config: Omit<DocCustomPropertyInfo, 'id'> & { id?: string }
) {
return this.dbService.db.docCustomPropertyInfo.create(config).id;
return this.dbService.db.docCustomPropertyInfo.create(config);
}
removeDocPropertyInfo(id: string) {