Skip to content

Commit

Permalink
Moved fancy forms into vis editor (#39977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Katz authored Jul 1, 2019
1 parent 3f7d01b commit 09950ea
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/vis/editors/default/agg.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import './agg_params';
import './agg_add';
import { Direction } from './keyboard_move';
import _ from 'lodash';
import '../../../fancy_forms';
import './fancy_forms';
import { uiModules } from '../../../modules';
import aggTemplate from './agg.html';
import { move } from '../../../utils/collection';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import { uiModules } from '../modules';
import { uiModules } from '../../../../modules';

import { decorateFormController } from './kbn_form_controller';
import { decorateModelController } from './kbn_model_controller';
Expand Down
File renamed without changes.

0 comments on commit 09950ea

Please sign in to comment.