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 1ee386d commit 023a748Copy full SHA for 023a748
projects/dxc-ngx-cdk/src/lib/services/toaster/message.service.ts
@@ -56,7 +56,7 @@ export class MessageService {
56
57
Info(message: string, header?: string) {
58
this.toastr.info(message, header, {
59
- disableTimeOut: false,
+ timeOut: parseInt(this.config.configservice.Settings.toasterDisplayTime, 0),
60
positionClass: 'toast-bottom-right',
61
});
62
}
0 commit comments