feedback updates
This commit is contained in:
parent
ec0a5d01a1
commit
5dfb93702c
@ -82,6 +82,7 @@
|
||||
"allowedHosts": [
|
||||
"localhost",
|
||||
"policy.alphaomegainfosys.com",
|
||||
"policy-1.alphaomegainfosys.com",
|
||||
"policy-2.alphaomegainfosys.com"
|
||||
]
|
||||
},
|
||||
|
||||
@ -170,7 +170,7 @@ export class BasicDetailsComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
loadCargoSuretys(): void {
|
||||
this.commonService.getBondSuretys()
|
||||
this.commonService.getCargoSuretys()
|
||||
.pipe(takeUntil(this.destroy$))
|
||||
.subscribe({
|
||||
next: (cargoSuretys) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user