🐛 fix: Add readOnly prop to MonacoEditor and TemplatePreview components for improved content handling

This commit is contained in:
web
2025-09-15 03:50:15 -07:00
parent 15540bfe16
commit c4c4d5aea3
2 changed files with 4 additions and 1 deletions
@@ -93,6 +93,7 @@ export function TemplatePreview({ applicationId, output_format }: TemplatePrevie
title={t('title')}
value={getDisplayContent()}
language={mapLanguage(output_format)}
readOnly
/>
)}
</SheetContent>