diff --git a/jslib b/jslib
index 3021afc9dd..0a36a211c3 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 3021afc9ddae1579f2226010ee487fa3edcddb0b
+Subproject commit 0a36a211c355ada433ce9b0560c5ab85a6cead23
diff --git a/src/app/organizations/vault/add-edit.component.ts b/src/app/organizations/vault/add-edit.component.ts
index a8c2a1b4e5..0460566da9 100644
--- a/src/app/organizations/vault/add-edit.component.ts
+++ b/src/app/organizations/vault/add-edit.component.ts
@@ -40,14 +40,6 @@ export class AddEditComponent extends BaseAddEditComponent {
userService, collectionService, totpService, passwordGenerationService, messagingService);
}
- async load() {
- await super.load();
- if (!this.editMode) {
- this.cipher.organizationId = this.organization.id;
- }
- await this.organizationChanged();
- }
-
protected loadCollections() {
if (!this.organization.isAdmin) {
return super.loadCollections();
diff --git a/src/app/organizations/vault/vault.component.html b/src/app/organizations/vault/vault.component.html
index fce03d428d..ecc138fbf4 100644
--- a/src/app/organizations/vault/vault.component.html
+++ b/src/app/organizations/vault/vault.component.html
@@ -13,12 +13,12 @@
-