Browse Source

Added missing label

charnpreetsingh185 8 years ago
parent
commit
dd6f425fe0
1 changed files with 1 additions and 0 deletions
  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);