Selaa lähdekoodia

Fix the text file creator

Steven Silvester 8 vuotta sitten
vanhempi
commit
751e03760d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
   }