Paul Ivanov 7 rokov pred
rodič
commit
08f8e76836

+ 1 - 1
packages/filebrowser-extension/src/index.ts

@@ -130,7 +130,7 @@ const namespace = 'filebrowser';
 /**
  * Export the plugins as default.
  */
-const plugins: JupyterLabPlugin<any>[] = [factoryPlugin, fileBrowserPlugin];
+const plugins: JupyterLabPlugin<any>[] = [factoryPlugin, fileBrowserPlugin, fileBrowserMenuPlugin];
 export default plugins;