list page fix

This commit is contained in:
venbainfotech 2022-01-03 12:16:19 +05:30
parent b756f7a60f
commit a130ae554c

View File

@ -63,7 +63,7 @@ export class SalesPdComponent implements OnInit {
this.is_sales_login = false
this.getListofPD()
}
},500)
},1000)
setTimeout(()=>{
this.common = JSON.parse(localStorage.getItem('commonSettings'))