mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Removing line that's causing an error (#18807)
This commit is contained in:
parent
d4f132d716
commit
f11b52f619
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ app.directive('pipelineEdit', function ($injector) {
|
|||
$scope.aceLoaded = (editor) => {
|
||||
this.editor = editor;
|
||||
editor.setReadOnly(this.isReadOnly);
|
||||
editor.getSession().setMode("ace/mode/ruby");
|
||||
editor.setOptions({
|
||||
minLines: 25,
|
||||
maxLines: Infinity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue