RED-7649: Added raw error toaster.
This commit is contained in:
parent
6dc910c4ca
commit
14f4f00898
@ -65,6 +65,10 @@ export class Toaster {
|
||||
return this._toastr.error(resultedMsg, options?.title, options);
|
||||
}
|
||||
|
||||
rawError(message: string) {
|
||||
return this._toastr.error(message);
|
||||
}
|
||||
|
||||
info(message: string, options?: Partial<ToasterOptions>): ActiveToast<unknown> {
|
||||
return this.#showToastNotification(message, NotificationType.INFO, options);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user