feedback updates

This commit is contained in:
Cyril Joseph 2025-10-27 20:52:14 -03:00
parent ec0a5d01a1
commit 5dfb93702c
2 changed files with 2 additions and 1 deletions

View File

@ -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"
] ]
}, },

View File

@ -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) => {