mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Fix missing confirmation toast on vault export (#9398)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
3fc2570a0e
commit
7fbd9901f0
@ -42,4 +42,9 @@ export class ExportComponent extends BaseExportComponent {
|
|||||||
organizationService,
|
organizationService,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected saved() {
|
||||||
|
super.saved();
|
||||||
|
this.platformUtilsService.showToast("success", null, this.i18nService.t("exportSuccess"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user