PM-5589 add-edit defect fix (#7450)
This commit is contained in:
parent
06affa9654
commit
312197b8c7
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue