From c241e5e0b9fc4a84ef7abc5fa3097c11da58cac7 Mon Sep 17 00:00:00 2001 From: SmithThe4th Date: Mon, 27 Mar 2023 09:36:57 -0400 Subject: [PATCH] [PM-1408] Vault Items with null Folder Value not Handled Correctly (#5066) * Added optional chaining to folder view object to handle when the foilder value is null * Set folder to null during cleanup and added check on the view component to check if the folder is nul before rendering the html --- apps/desktop/src/vault/app/vault/view.component.html | 2 +- libs/angular/src/vault/components/view.component.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/vault/app/vault/view.component.html b/apps/desktop/src/vault/app/vault/view.component.html index 3c2c11a5627..557e7e4f4fc 100644 --- a/apps/desktop/src/vault/app/vault/view.component.html +++ b/apps/desktop/src/vault/app/vault/view.component.html @@ -440,7 +440,7 @@ -
+