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