Skip to content

Commit

Permalink
fix: pass creation content
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Apr 24, 2024
1 parent d086f28 commit fefcded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime/src/dataViews/DataViewExpander.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,8 @@ export class DataViewExpander {
items: expandedAttributes,
nameMap: stringByType,
templateId: relationship.template.id,
auditLog: relationship.auditLog
auditLog: relationship.auditLog,
creationContent: relationship.creationContent
};
}

Expand Down

0 comments on commit fefcded

Please sign in to comment.