소스 검색

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