diff --git a/dashboard/client/components/ace-editor/ace-editor.tsx b/dashboard/client/components/ace-editor/ace-editor.tsx index 4b96467c11..3bd6d65e21 100644 --- a/dashboard/client/components/ace-editor/ace-editor.tsx +++ b/dashboard/client/components/ace-editor/ace-editor.tsx @@ -28,7 +28,7 @@ const defaultProps: Partial = { mode: "yaml", tabSize: 2, showGutter: true, // line-numbers - foldStyle: "manual", + foldStyle: "markbegin", printMargin: false, useWorker: false, };