cat-documents-ng 0.3.75 → 0.3.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8185,9 +8185,9 @@ class DocumentViewerComponent {
8185
8185
  fileName: document.docName,
8186
8186
  documentUrl: document.documentUrl,
8187
8187
  contentType: document.contentType,
8188
- status: document.status,
8188
+ status: this.selectedDocument?.status || '',
8189
8189
  documentTypeName: document.documentTypeName,
8190
- isUploaded: true,
8190
+ isUploaded: this.selectedDocument?.isUploaded || false,
8191
8191
  isAliasEditable: document.isAliasEditable,
8192
8192
  parentDocumentId: document.parentDocumentId,
8193
8193
  aliasName: document.aliasName,