mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
PM-5589 add-edit defect fix (#7450)
This commit is contained in:
@@ -47,7 +47,6 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
|
||||
organizationService: OrganizationService,
|
||||
sendApiService: SendApiService,
|
||||
dialogService: DialogService,
|
||||
window: Window,
|
||||
datePipe: DatePipe,
|
||||
) {
|
||||
super(
|
||||
|
||||
@@ -49,7 +49,6 @@ export class EmergencyAddEditCipherComponent extends BaseAddEditComponent {
|
||||
logService: LogService,
|
||||
sendApiService: SendApiService,
|
||||
dialogService: DialogService,
|
||||
window: Window,
|
||||
datePipe: DatePipe,
|
||||
) {
|
||||
super(
|
||||
@@ -70,7 +69,6 @@ export class EmergencyAddEditCipherComponent extends BaseAddEditComponent {
|
||||
passwordRepromptService,
|
||||
sendApiService,
|
||||
dialogService,
|
||||
window,
|
||||
datePipe,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -61,7 +61,6 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit, On
|
||||
passwordRepromptService: PasswordRepromptService,
|
||||
sendApiService: SendApiService,
|
||||
dialogService: DialogService,
|
||||
window: Window,
|
||||
datePipe: DatePipe,
|
||||
) {
|
||||
super(
|
||||
|
||||
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user