chore: upgrade deps (#906)
* chore: upgrade deps * fix: MenuArrowRight import * fix: type naming
This commit is contained in:
@@ -99,6 +99,7 @@ export class AlertService implements SNAlertService {
|
||||
const alert = new SKAlert({
|
||||
title: title && sanitizeHtmlString(title),
|
||||
text: sanitizeHtmlString(text),
|
||||
buttons: [],
|
||||
});
|
||||
alert.present();
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user