mirror of
https://github.com/outline/outline.git
synced 2026-01-05 18:49:53 -06:00
fix: Allow tsv import, closes #8445
This commit is contained in:
@@ -63,6 +63,7 @@ export default class DocumentsStore extends Store<Document> {
|
||||
".md",
|
||||
".doc",
|
||||
".docx",
|
||||
".tsv",
|
||||
"text/csv",
|
||||
"text/markdown",
|
||||
"text/plain",
|
||||
|
||||
Reference in New Issue
Block a user