fix: Unable to select .md files by default on some machines depending on installed software

This commit is contained in:
Tom Moor 2021-02-07 16:14:03 -08:00
parent 8e3534dcbc
commit ac6c48817c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default class DocumentsStore extends BaseStore<Document> {
@observable movingDocumentId: ?string;
importFileTypes: string[] = [
".md",
"text/markdown",
"text/plain",
"text/html",