Skip to content

Commit 69a5c6d

Browse files
committed
Update from ABP 8.4
1 parent e03193a commit 69a5c6d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Abp/Framework/scripts/libs/abp.signalr.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
let url: string;
1212

13-
let withUrlOptions: string;
13+
let withUrlOptions: object;
1414

1515
function connect(): any;
1616

@@ -24,4 +24,4 @@
2424

2525
}
2626

27-
}
27+
}

Abp/Framework/scripts/libs/abp.sweet-alert2.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ var abp = abp || {};
4141
messageContent.title = title;
4242
}
4343

44+
options.reverseButtons = true;
45+
4446
messageContent.text = message;
4547

4648
var opts = $.extend(

Abp/Framework/scripts/libs/abp.sweet-alert2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)