We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd988d5 commit 364a8f9Copy full SHA for 364a8f9
1 file changed
SendGridEmailer/Components/TemplateDetailsComponent.tsx
@@ -27,7 +27,7 @@ const TemplateDetailsComponent = (props: Props) => {
27
<input type="text" className='w-100 border rounded' placeholder="UpdatedAt" aria-label="UpdatedAt" aria-describedby="UpdatedAt" disabled value={props.templateModel.updatedAt} />
28
</div>
29
30
- <TemplateContentComponent codeString={props.templateModel.htmlContent}></TemplateContentComponent>
+ {/* <TemplateContentComponent codeString={props.templateModel.htmlContent}></TemplateContentComponent> */}
31
<ThumbnailComponent thumbnailUrl={props.templateModel.thumbnailUrl}></ThumbnailComponent>
32
33
)
0 commit comments