diff --git a/apps/web/src/app/organizations/tools/export.component.ts b/apps/web/src/app/organizations/tools/export.component.ts index 564621d02e..d943b4615a 100644 --- a/apps/web/src/app/organizations/tools/export.component.ts +++ b/apps/web/src/app/organizations/tools/export.component.ts @@ -55,9 +55,6 @@ export class ExportComponent extends BaseExportComponent { userVerificationPromptService, modalConfig ); - this.confirmDescription = modalConfig.data.confirmDescription; - this.confirmButtonText = modalConfig.data.confirmButtonText; - this.modalTitle = modalConfig.data.modalTitle; } async ngOnInit() { diff --git a/apps/web/src/app/tools/export.component.ts b/apps/web/src/app/tools/export.component.ts index 8735746612..002060d0e4 100644 --- a/apps/web/src/app/tools/export.component.ts +++ b/apps/web/src/app/tools/export.component.ts @@ -61,10 +61,6 @@ export class ExportComponent extends BaseExportComponent { userVerificationPromptService, modalConfig ); - - this.confirmDescription = modalConfig.data.confirmDescription; - this.confirmButtonText = modalConfig.data.confirmButtonText; - this.modalTitle = modalConfig.data.modalTitle; } async submit() {