🐛 fix: Add readOnly prop to MonacoEditor and TemplatePreview components for improved content handling
This commit is contained in:
@@ -93,6 +93,7 @@ export function TemplatePreview({ applicationId, output_format }: TemplatePrevie
|
||||
title={t('title')}
|
||||
value={getDisplayContent()}
|
||||
language={mapLanguage(output_format)}
|
||||
readOnly
|
||||
/>
|
||||
)}
|
||||
</SheetContent>
|
||||
|
||||
Reference in New Issue
Block a user