Skip to content

Commit

Permalink
feat(ui): display line numbers in object-editor. Fixes #12807. (#12873)
Browse files Browse the repository at this point in the history
Signed-off-by: alizademhdi <[email protected]>
  • Loading branch information
alizmhdi authored Apr 3, 2024
1 parent cd0c58e commit 74eb722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/shared/components/object-editor.tsx
Original file line number Diff line number Diff line change
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 74eb722

Please sign in to comment.