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

[PM-7874] Fix lost state when adding a vault item on the current tab view (#9020)

This commit is contained in:
Cesar Gonzalez
2024-05-02 11:39:48 -05:00
committed by GitHub
parent f51042f813
commit 6b286e9d9e
6 changed files with 1 additions and 36 deletions

View File

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