Updating Canvas location in nav (#65519)

This commit is contained in:
Michail Yasonik 2020-05-06 16:11:18 -05:00 committed by GitHub
parent 23bb1aa700
commit 402df7f51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,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');