1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[PM-7710] Avoid re-indexing ciphers on current tab component and re-setting null storage values for popup components (#8908)

* [PM-7710] Avoid re-indexing ciphers on current tab component and re-setting null storage values for popup components

* [PM-7710] Avoid re-indexing ciphers on current tab component and re-setting null storage values for popup components
This commit is contained in:
Cesar Gonzalez
2024-04-25 16:47:20 -05:00
committed by GitHub
parent 2ff3fa92fb
commit c3d4c7aa3d
5 changed files with 22 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ export abstract class CipherService {
url: string,
includeOtherTypes?: CipherType[],
defaultMatch?: UriMatchStrategySetting,
reindexCiphers?: boolean,
) => Promise<CipherView[]>;
getAllFromApiForOrganization: (organizationId: string) => Promise<CipherView[]>;
/**