From d2858b59e495186d51eebd188f84534fe68fc420 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 7 Apr 2025 13:37:01 -0400 Subject: Disable pagination in checkout --- ufund-ui/src/app/components/funding-basket/funding-basket.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.ts') diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts index 78ce958..3921ad2 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.ts @@ -77,4 +77,5 @@ export class FundingBasketComponent implements OnInit { protected readonly of = of; protected readonly userType = userType; + protected readonly Infinity = Infinity; } -- cgit v1.2.3