Skip to content

Commit

Permalink
Fix mappings key
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Dec 19, 2019
1 parent 8247b21 commit 7f5e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/uptime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const uptime = (kibana: any) =>
main: 'plugins/uptime/app',
order: 8900,
url: '/app/uptime#/',
mappings: savedObjectMappings,
},
mappings: savedObjectMappings,
home: ['plugins/uptime/register_feature'],
},
init(server: KibanaServer) {
Expand Down

0 comments on commit 7f5e8b6

Please sign in to comment.