Skip to content

Commit

Permalink
fix: embed hyperlink in chat message
Browse files Browse the repository at this point in the history
Co-authored-by: Azerii <[email protected]>
  • Loading branch information
gitstart and Azerii committed Nov 13, 2023
1 parent 947ab95 commit 1ae4575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const makeStep = (channelType: StepTypeEnum, id: string): IFormStep => {
subject: '',
type: channelType,
content: channelType === StepTypeEnum.EMAIL ? defaultEmailBlocks : '',
contentType: 'editor',
contentType: channelType === StepTypeEnum.CHAT ? 'customHtml' : 'editor',
variables: [],
...(channelType === StepTypeEnum.IN_APP && {
actor: {
Expand Down

0 comments on commit 1ae4575

Please sign in to comment.