Skip to content

Commit 3f49196

Browse files
committed
updated abp-web-resources to v3.8
1 parent 7454b17 commit 3f49196

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@angular/core": "^6.0.0",
4040
"@angular/common": "^6.0.0",
41-
"abp-web-resources": "^3.1.0",
41+
"abp-web-resources": "^3.8.0",
4242
"@angular/compiler": "^6.0.0",
4343
"@angular/compiler-cli": "^6.0.0",
4444
"copyfiles": "^1.0.0",

src/message/message.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class MessageService {
2626
if (typeof titleOrCallBack == 'string') {
2727
return abp.message.confirm(message, titleOrCallBack as string, callback, isHtml);
2828
} else {
29-
return abp.message.confirm(message, titleOrCallBack as ((result: boolean) => void), isHtml);
29+
return abp.message.confirm(message, undefined, titleOrCallBack as ((result: boolean) => void), isHtml);
3030
}
3131
}
3232

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ abbrev@1:
3333
version "1.1.1"
3434
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
3535

36-
abp-web-resources@^3.1.0:
37-
version "3.7.0"
38-
resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.7.0.tgz#eaf35870765421c6fd989b008e2d0eb855d3d266"
36+
abp-web-resources@^3.8.0:
37+
version "3.8.0"
38+
resolved "https://registry.yarnpkg.com/abp-web-resources/-/abp-web-resources-3.8.0.tgz#9927c0822d304b849ded7d773799d0e40ade6be5"
3939

4040
align-text@^0.1.1, align-text@^0.1.3:
4141
version "0.1.4"

0 commit comments

Comments
 (0)