Prechádzať zdrojové kódy

Add lab shell requirement to sidebar plugin.

Afshin Darian 6 rokov pred
rodič
commit
1c91670836

+ 1 - 1
packages/application-extension/src/index.tsx

@@ -421,7 +421,7 @@ const sidebar: JupyterLabPlugin<void> = {
       rank: 500
     });
   },
-  requires: [ISettingRegistry],
+  requires: [ISettingRegistry, ILabShell],
   autoStart: true
 };