diff --git a/.tmp/bitwarden-android b/.tmp/bitwarden-android new file mode 160000 index 0000000..2e29ab3 --- /dev/null +++ b/.tmp/bitwarden-android @@ -0,0 +1 @@ +Subproject commit 2e29ab389dad596f72fba03355a4af73db5dc939 diff --git a/.tmp/bitwarden-clients b/.tmp/bitwarden-clients new file mode 160000 index 0000000..a6852bd --- /dev/null +++ b/.tmp/bitwarden-clients @@ -0,0 +1 @@ +Subproject commit a6852bdaecfae7d5b4feb9927f59462c35668b40 diff --git a/.tmp/bitwarden-contributing-docs b/.tmp/bitwarden-contributing-docs new file mode 160000 index 0000000..e87e075 --- /dev/null +++ b/.tmp/bitwarden-contributing-docs @@ -0,0 +1 @@ +Subproject commit e87e07556b9e5342d182118c857e5f29f3455773 diff --git a/.tmp/bitwarden-server b/.tmp/bitwarden-server new file mode 160000 index 0000000..514d8a1 --- /dev/null +++ b/.tmp/bitwarden-server @@ -0,0 +1 @@ +Subproject commit 514d8a1978dfb96a13e9bc3dbda57168c7f4f1c2 diff --git a/.tmp/vaultwarden b/.tmp/vaultwarden new file mode 160000 index 0000000..2b37368 --- /dev/null +++ b/.tmp/vaultwarden @@ -0,0 +1 @@ +Subproject commit 2b3736802d5ce1de3ba73b7ae82b9ecdb8cbd1be diff --git a/webapp/src/hooks/useVaultSendActions.ts b/webapp/src/hooks/useVaultSendActions.ts index 8adfa2c..b43ef89 100644 --- a/webapp/src/hooks/useVaultSendActions.ts +++ b/webapp/src/hooks/useVaultSendActions.ts @@ -30,6 +30,7 @@ import { bulkMoveCiphers, bulkPermanentDeleteCiphers, bulkRestoreCiphers, + bulkUnarchiveCiphers, createCipher, createFolder, deleteCipher,