Explorar o código

Fix the text file creator

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
751e03760d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }