Skip to content

Commit

Permalink
Modes and line numbers re-added, linting still removed, old underscor…
Browse files Browse the repository at this point in the history
…e removed
  • Loading branch information
philrenaud committed Sep 13, 2024
1 parent 9667d36 commit d045ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/packages/consul-ui/app/components/code-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default Component.extend({
this.settings.persist({
'code-editor': value,
});
this.setMode(value);
},
},
});

0 comments on commit d045ca6

Please sign in to comment.