We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592e083 commit a784fffCopy full SHA for a784fff
x-pack/plugins/canvas/public/plugin.tsx
@@ -73,7 +73,7 @@ export class CanvasPlugin
73
id: 'canvas',
74
title: 'Canvas',
75
euiIconType: 'canvasApp',
76
- order: 0, // need to figure out if this is the proper order for us
+ order: 3000,
77
mount: async (params: AppMountParameters) => {
78
// Load application bundle
79
const { renderApp, initializeCanvas, teardownCanvas } = await import('./application');
0 commit comments