mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
SM-1196: Update export file name (#8865)
This commit is contained in:
parent
04decd1c09
commit
be50a174de
@ -17,7 +17,7 @@ import { ServiceAccountEventLogApiService } from "./service-account-event-log-ap
|
|||||||
templateUrl: "./service-accounts-events.component.html",
|
templateUrl: "./service-accounts-events.component.html",
|
||||||
})
|
})
|
||||||
export class ServiceAccountEventsComponent extends BaseEventsComponent implements OnDestroy {
|
export class ServiceAccountEventsComponent extends BaseEventsComponent implements OnDestroy {
|
||||||
exportFileName = "service-account-events";
|
exportFileName = "machine-account-events";
|
||||||
private destroy$ = new Subject<void>();
|
private destroy$ = new Subject<void>();
|
||||||
private serviceAccountId: string;
|
private serviceAccountId: string;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user