Skip to content

Commit 402df7f

Browse files
author
Michail Yasonik
authored
Updating Canvas location in nav (#65519)
1 parent 23bb1aa commit 402df7f

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)