Fix: disable share link archive switch if archive version doesnt exist

This commit is contained in:
shamoon
2023-12-07 09:34:45 -08:00
parent 5cd17e71e2
commit 9418ca10d5
5 changed files with 24 additions and 5 deletions

View File

@@ -50,6 +50,8 @@ export interface PaperlessDocument extends ObjectWithPermissions {
original_file_name?: string
archived_file_name?: string
download_url?: string
thumbnail_url?: string