replace many of the javascript "confirm" calls with the nicer UX version
This commit is contained in:
@@ -39,5 +39,6 @@ export interface NotificationIface {
|
||||
type: string; // "toast" | "info" | "success" | "warning" | "danger"
|
||||
title: string;
|
||||
text: string;
|
||||
onNo?: () => Promise<void>;
|
||||
onYes?: () => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user