From 2e8bd9c1ac58d00f2f9abffbcb990f994953e2d0 Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Fri, 13 Mar 2020 10:39:13 -0700 Subject: [PATCH] Fix borked merge --- x-pack/plugins/maps/common/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/maps/common/constants.ts b/x-pack/plugins/maps/common/constants.ts index ae3e164ffb2bc..52c429866e2aa 100644 --- a/x-pack/plugins/maps/common/constants.ts +++ b/x-pack/plugins/maps/common/constants.ts @@ -10,6 +10,7 @@ * you may not use this file except in compliance with the Elastic License. */ import { i18n } from '@kbn/i18n'; +export const EMS_APP_NAME = 'kibana'; export const EMS_CATALOGUE_PATH = 'ems/catalogue'; export const EMS_FILES_CATALOGUE_PATH = 'ems/files';