mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
added a check on the view component to check if the folder is null before rendering the html on the browser (#5112)
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="cipher.folderId">
|
||||
<div class="box" *ngIf="cipher.folderId && folder">
|
||||
<div class="box-content">
|
||||
<div class="box-content-row">
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user