mirror of
https://github.com/bitwarden/browser
synced 2026-01-10 12:33:26 +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