We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475a53a commit d7661c4Copy full SHA for d7661c4
angular/src/assets/abp-web-resources/abp.sweet-alert.js
@@ -14,7 +14,7 @@ var abp = abp || {};
14
15
options = options || {};
16
options.title = title;
17
- options.type = type;
+ options.icon = type;
18
options.confirmButtonText =
19
options.confirmButtonText || abp.localization.abpWeb("Ok");
20
@@ -60,7 +60,7 @@ var abp = abp || {};
60
61
62
options.title = title ? title : abp.localization.abpWeb("AreYouSure");
63
- options.type = "warning";
+ options.icon = "warning";
64
65
66
options.confirmButtonText || abp.localization.abpWeb("Yes");
0 commit comments