mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[PM-15533] Remove isNotClone parameter from updateWithServer method (#12233)
This commit is contained in:
@@ -71,7 +71,6 @@ export class DefaultCipherFormService implements CipherFormService {
|
||||
await this.cipherService.updateWithServer(
|
||||
encryptedCipher,
|
||||
config.admin || originalCollectionIds.size === 0,
|
||||
config.mode !== "clone",
|
||||
);
|
||||
|
||||
// Then save the new collection changes separately
|
||||
|
||||
Reference in New Issue
Block a user