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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user