1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

PM-5589 add-edit defect fix (#7450)

This commit is contained in:
Jason Ng
2024-01-04 15:34:37 -05:00
committed by GitHub
parent 06affa9654
commit 312197b8c7
4 changed files with 0 additions and 6 deletions

View File

@@ -51,7 +51,6 @@ export class AddEditComponent extends BaseAddEditComponent {
organizationService: OrganizationService,
sendApiService: SendApiService,
dialogService: DialogService,
window: Window,
datePipe: DatePipe,
) {
super(
@@ -72,7 +71,6 @@ export class AddEditComponent extends BaseAddEditComponent {
passwordRepromptService,
sendApiService,
dialogService,
window,
datePipe,
);
}