From 455d7acf32a82f7ed2802b721db900f2c9f937d1 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Tue, 12 Jan 2021 15:32:25 -0500 Subject: [PATCH] remove blocking behavior --- x-pack/plugins/maps/public/licensed_features.ts | 1 - x-pack/plugins/maps/public/plugin.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/maps/public/licensed_features.ts b/x-pack/plugins/maps/public/licensed_features.ts index f16fcac900683..e39f8d672ae21 100644 --- a/x-pack/plugins/maps/public/licensed_features.ts +++ b/x-pack/plugins/maps/public/licensed_features.ts @@ -36,7 +36,6 @@ export const LICENCED_FEATURES_DETAILS: Record licenseId; diff --git a/x-pack/plugins/maps/public/plugin.ts b/x-pack/plugins/maps/public/plugin.ts index b5340f4e31068..8d9ea83e1cfd2 100644 --- a/x-pack/plugins/maps/public/plugin.ts +++ b/x-pack/plugins/maps/public/plugin.ts @@ -158,8 +158,8 @@ export class MapsPlugin }); } - public async start(core: CoreStart, plugins: MapsPluginStartDependencies): Promise { - await setLicensingPluginStart(plugins.licensing); + public start(core: CoreStart, plugins: MapsPluginStartDependencies): Promise { + setLicensingPluginStart(plugins.licensing); plugins.uiActions.addTriggerAction(VISUALIZE_GEO_FIELD_TRIGGER, visualizeGeoFieldAction); setStartServices(core, plugins); // unregisters the OSS alias