浏览代码

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);