Skip to content

Commit 023a748

Browse files
committed
feature/RMA-91518
1 parent 1ee386d commit 023a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dxc-ngx-cdk/src/lib/services/toaster/message.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class MessageService {
5656

5757
Info(message: string, header?: string) {
5858
this.toastr.info(message, header, {
59-
disableTimeOut: false,
59+
timeOut: parseInt(this.config.configservice.Settings.toasterDisplayTime, 0),
6060
positionClass: 'toast-bottom-right',
6161
});
6262
}

0 commit comments

Comments
 (0)