fix default app id key (#56997) (#57182)

This commit is contained in:
Joe Reuter 2020-02-10 17:28:16 +01:00 committed by GitHub
parent 0ecb6df51c
commit 8db39a1a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export const config: PluginConfigDescriptor<ConfigSchema> = {
schema: configSchema,
deprecations: ({ renameFromRoot }) => [
// TODO: Remove deprecation once defaultAppId is deleted
renameFromRoot('kibana.defaultAppId', 'kibanaLegacy.defaultAppId', true),
renameFromRoot('kibana.defaultAppId', 'kibana_legacy.defaultAppId', true),
],
};