feat: Add support for "word" files exported from Confluence (#1600)
* Display error message to end user * fix: Improve conversion of tables * fix: Characters at ends of lines in tables lost
This commit is contained in:
@@ -51,3 +51,9 @@ export function EditorUpdateError(
|
||||
) {
|
||||
return httpErrors(400, message, { id: "editor_update_required" });
|
||||
}
|
||||
|
||||
export function FileImportError(
|
||||
message: string = "The file could not be imported"
|
||||
) {
|
||||
return httpErrors(400, message, { id: "import_error" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user