Skip to content

Commit

Permalink
Updating Canvas location in nav (elastic#65519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed May 6, 2020
1 parent fb1ec66 commit 5883fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/canvas/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CanvasPlugin
id: 'canvas',
title: 'Canvas',
euiIconType: 'canvasApp',
order: 0, // need to figure out if this is the proper order for us
order: 3000,
mount: async (params: AppMountParameters) => {
// Load application bundle
const { renderApp, initializeCanvas, teardownCanvas } = await import('./application');
Expand Down

0 comments on commit 5883fd0

Please sign in to comment.