ソースを参照

Added missing label

charnpreetsingh185 8 年 前
コミット
dd6f425fe0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/faq/plugin.ts

+ 1 - 0
src/faq/plugin.ts

@@ -329,6 +329,7 @@ function activateFAQ(app: JupyterLab, palette: ICommandPalette): void {
   widget.node.style.overflowY = 'auto';
 
   app.commands.addCommand(commandId, {
+    label: 'Frequently Asked Questions',
     execute: () => {
       if (!widget.isAttached) {
         app.shell.addToMainArea(widget);