Skip to content

Commit 364a8f9

Browse files
committed
Removed Email Content control as the modal is not showing up properly in dynamics UI
1 parent fd988d5 commit 364a8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SendGridEmailer/Components/TemplateDetailsComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TemplateDetailsComponent = (props: Props) => {
2727
<input type="text" className='w-100 border rounded' placeholder="UpdatedAt" aria-label="UpdatedAt" aria-describedby="UpdatedAt" disabled value={props.templateModel.updatedAt} />
2828
</div>
2929
</div>
30-
<TemplateContentComponent codeString={props.templateModel.htmlContent}></TemplateContentComponent>
30+
{/* <TemplateContentComponent codeString={props.templateModel.htmlContent}></TemplateContentComponent> */}
3131
<ThumbnailComponent thumbnailUrl={props.templateModel.thumbnailUrl}></ThumbnailComponent>
3232
</div>
3333
)

0 commit comments

Comments
 (0)