File tree Expand file tree Collapse file tree
x-pack/legacy/plugins/lens/public/indexpattern_plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Storage } from 'ui/storage';
1111import { npSetup , npStart } from 'ui/new_platform' ;
1212import { getIndexPatternDatasource } from './indexpattern' ;
1313import { renameColumns } from './rename_columns' ;
14- import { calculateFilterRatio } from './filter_ratio ' ;
14+ import { autoDate } from './auto_date ' ;
1515import { ExpressionsSetup } from '../../../../../../src/plugins/expressions/public' ;
1616
1717// TODO these are intermediary types because interpreter is not typed yet
@@ -28,7 +28,7 @@ class IndexPatternDatasourcePlugin {
2828
2929 setup ( core : CoreSetup , { expressions } : IndexPatternDatasourceSetupPlugins ) {
3030 expressions . registerFunction ( renameColumns ) ;
31- expressions . registerFunction ( calculateFilterRatio ) ;
31+ expressions . registerFunction ( autoDate ) ;
3232 }
3333
3434 stop ( ) { }
You can’t perform that action at this time.
0 commit comments