Skip to content

Commit a784fff

Browse files
author
Michail Yasonik
authored
[7.x] Updating Canvas location in nav (#65519) (#65578)
1 parent 592e083 commit a784fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/canvas/public/plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class CanvasPlugin
7373
id: 'canvas',
7474
title: 'Canvas',
7575
euiIconType: 'canvasApp',
76-
order: 0, // need to figure out if this is the proper order for us
76+
order: 3000,
7777
mount: async (params: AppMountParameters) => {
7878
// Load application bundle
7979
const { renderApp, initializeCanvas, teardownCanvas } = await import('./application');

0 commit comments

Comments
 (0)