1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

SM-1196: Update export file name (#8865)

This commit is contained in:
Colton Hurst
2024-04-30 12:31:09 -04:00
committed by GitHub
parent 04decd1c09
commit be50a174de

View File

@@ -17,7 +17,7 @@ import { ServiceAccountEventLogApiService } from "./service-account-event-log-ap
templateUrl: "./service-accounts-events.component.html",
})
export class ServiceAccountEventsComponent extends BaseEventsComponent implements OnDestroy {
exportFileName = "service-account-events";
exportFileName = "machine-account-events";
private destroy$ = new Subject<void>();
private serviceAccountId: string;