1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

[PM-22374] - [Vault] [Web] Hide vault header menu dropdown for My Items collection (#15742)

* fix cloneCollection to include type

* add newline
This commit is contained in:
Jordan Aasen
2025-07-23 08:40:59 -07:00
committed by GitHub
parent 6b76581918
commit aa2c5a0087

View File

@@ -82,5 +82,7 @@ function cloneCollection(
cloned.organizationId = collection.organizationId;
cloned.readOnly = collection.readOnly;
cloned.manage = collection.manage;
cloned.type = collection.type;
return cloned;
}