Skip to content

Commit

Permalink
added brace import to vis editor (#80652) (#80797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Oct 16, 2020
1 parent fd5e8cf commit 7bcf92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/vis_default_editor/public/default_editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

import './index.scss';
import 'brace/mode/json';

import React, { useEffect, useRef, useState, useCallback } from 'react';
import { EventEmitter } from 'events';
Expand Down

0 comments on commit 7bcf92d

Please sign in to comment.