feat: implement SNJS blocking dialog title
This commit is contained in:
@@ -91,8 +91,8 @@ export class AlertService implements SNAlertService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
blockingDialog(text: string) {
|
blockingDialog(text: string, title?: string) {
|
||||||
const alert = new SKAlert({ text });
|
const alert = new SKAlert({ text, title });
|
||||||
alert.present();
|
alert.present();
|
||||||
return () => {
|
return () => {
|
||||||
alert.dismiss();
|
alert.dismiss();
|
||||||
|
|||||||
Reference in New Issue
Block a user