diff --git a/src/componets/content/ConfigTemplate.tsx b/src/componets/content/ConfigTemplate.tsx index 3ced838..263f62d 100644 --- a/src/componets/content/ConfigTemplate.tsx +++ b/src/componets/content/ConfigTemplate.tsx @@ -141,10 +141,10 @@ export function ConfigTemplateEditor({ config, onSaved }: ConfigTemplateEditorPr const isValidJson = jsonError === null; return ( -
+
{mode === 'view' ? ( -
-
+
+
View Mode {hasValidationWarnings && ( @@ -164,11 +164,13 @@ export function ConfigTemplateEditor({ config, onSaved }: ConfigTemplateEditorPr
- +
+ +
) : ( -
-
+
+