Przeglądaj źródła

Fix the text file creator

Steven Silvester 8 lat temu
rodzic
commit
751e03760d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/docregistry/plugin.ts

+ 1 - 1
src/docregistry/plugin.ts

@@ -29,7 +29,7 @@ const docRegistryProvider: JupyterLabPlugin<IDocumentRegistry> = {
     });
     registry.addCreator({
       name: 'Text File',
-      fileType: 'file',
+      fileType: 'Text',
     });
     return registry;
   }