Skip to content

Commit

Permalink
Supplier Auction Redirection Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-Golla-189 committed Apr 16, 2024
1 parent 1b17eb1 commit eb641c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class SupplierAuctionComponent {
}

openAuction(auction: any) {
var targetUrl = window.location.origin + `/auction${auction.id}`
var targetUrl = window.location.origin + `/auction/${auction.id}`
window.open(targetUrl, "_blank");
}
}

0 comments on commit eb641c0

Please sign in to comment.