Skip to content

Commit

Permalink
feat: displaying line number in object-editor. Fixes argoproj#12807
Browse files Browse the repository at this point in the history
Signed-off-by: alizademhdi <alizademhdi@gmail.com>
  • Loading branch information
alizademhdi committed Apr 3, 2024
1 parent cd0c58e commit c6a8d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/shared/components/object-editor.tsx
Expand Up @@ -121,7 +121,6 @@ export function ObjectEditor<T>({type, value, buttons, onChange}: Props<T>) {
options={{
readOnly: onChange === null,
minimap: {enabled: false},
lineNumbers: 'off',
guides: {
indentation: false
},
Expand Down

0 comments on commit c6a8d65

Please sign in to comment.