mirror of
https://github.com/bitwarden/web
synced 2026-01-04 17:43:47 +00:00
support for json exports
This commit is contained in:
@@ -28,7 +28,7 @@ export class ExportComponent extends BaseExportComponent {
|
||||
}
|
||||
|
||||
getExportData() {
|
||||
return this.exportService.getOrganizationExport(this.organizationId, 'csv');
|
||||
return this.exportService.getOrganizationExport(this.organizationId, this.format);
|
||||
}
|
||||
|
||||
getFileName() {
|
||||
|
||||
Reference in New Issue
Block a user