diff --git a/src/app/organizations/tools/export.component.ts b/src/app/organizations/tools/export.component.ts index f55910af6e..454c067e29 100644 --- a/src/app/organizations/tools/export.component.ts +++ b/src/app/organizations/tools/export.component.ts @@ -22,7 +22,7 @@ export class ExportComponent extends BaseExportComponent { constructor(analytics: Angulartics2, toasterService: ToasterService, cryptoService: CryptoService, userService: UserService, i18nService: I18nService, platformUtilsService: PlatformUtilsService, - exportService: ExportService, private route: ActivatedRoute, ) { + exportService: ExportService, private route: ActivatedRoute) { super(analytics, toasterService, cryptoService, userService, i18nService, platformUtilsService, exportService); }