Commit 952c5a62 by Muhammad Usman

taostr timing fixed

parent f4950a68
......@@ -10,7 +10,7 @@ export class ToasterService {
) { }
error(txt, title = 'Error'): void {
this.ms.add({severity: 'error', summary: title, detail: txt, life: 300000});
this.ms.add({severity: 'error', summary: title, detail: txt, life: 3000});
}
success(txt, title = 'Success'): void {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment