Skip to content

Commit

Permalink
fix default app id key (#56997) (#57182)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Feb 10, 2020
1 parent 0ecb6df commit 8db39a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/kibana_legacy/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
],
};

Expand Down

0 comments on commit 8db39a1

Please sign in to comment.