Skip to content

Commit 9f004b2

Browse files
committed
Add Chart type to TextContent component enums
1 parent d3884cc commit 9f004b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/components/Content/TextContent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export enum ContentType {
1717
Markdown = 'markdown', // text content is Markdown
1818
TextWithEmail = 'textWithEmail', // text is a string and the email field is appended to it
1919
TextWithLink = 'textWithLink', // test followed by a link
20+
Chart = 'chart',
2021
}
2122

2223
/**

0 commit comments

Comments
 (0)