Use correct direction for RTL content

This commit is contained in:
Michael Shamoon
2023-01-01 08:59:43 -08:00
committed by Trenton H
parent fb20c92c51
commit bc318416cf
5 changed files with 22 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ export interface PaperlessDocumentMetadata {
original_filename?: string
has_archive_version?: boolean
lang?: string
}