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,
|
||||
);
|
||||
}
|
||||
|
||||
protected saved() {
|
||||
super.saved();
|
||||
this.platformUtilsService.showToast("success", null, this.i18nService.t("exportSuccess"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue