File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
x-pack/platform/plugins/shared/lens/public Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import {
28
28
ACTION_CONVERT_DASHBOARD_PANEL_TO_LENS ,
29
29
ACTION_CONVERT_TO_LENS ,
30
30
DASHBOARD_VISUALIZATION_PANEL_TRIGGER ,
31
+ ACTION_CONVERT_AGG_BASED_TO_LENS ,
31
32
VisualizationsSetup ,
32
33
VisualizationsStart ,
33
34
} from '@kbn/visualizations-plugin/public' ;
@@ -672,11 +673,11 @@ export class LensPlugin {
672
673
673
674
startDependencies . uiActions . addTriggerActionAsync (
674
675
AGG_BASED_VISUALIZATION_TRIGGER ,
675
- ACTION_CONVERT_DASHBOARD_PANEL_TO_LENS ,
676
+ ACTION_CONVERT_AGG_BASED_TO_LENS ,
676
677
async ( ) => {
677
678
const { convertToLensActionFactory } = await import ( './async_services' ) ;
678
679
const action = convertToLensActionFactory (
679
- ACTION_CONVERT_DASHBOARD_PANEL_TO_LENS ,
680
+ ACTION_CONVERT_AGG_BASED_TO_LENS ,
680
681
i18n . translate ( 'xpack.lens.visualizeAggBasedLegend' , {
681
682
defaultMessage : 'Visualize agg based chart' ,
682
683
} ) ,
You can’t perform that action at this time.
0 commit comments