Skip to content

Commit

Permalink
updated to EUI 20.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Mar 5, 2020
1 parent 1d9574d commit e0780ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function RawJsonParamEditor({
>
<>
<EuiCodeEditor
id={`visEditorRawJson${agg.id}`}
mode="json"
theme="github"
width="100%"
Expand All @@ -96,7 +95,6 @@ function RawJsonParamEditor({
fontSize: '14px',
}}
onChange={setValue}
fullWidth={true}
onBlur={setTouched}
aria-label={jsonEditorLabelText}
aria-describedby="jsonEditorDescription"
Expand Down

0 comments on commit e0780ae

Please sign in to comment.