diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-07 13:37:01 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-07 13:37:01 -0400 |
commit | d2858b59e495186d51eebd188f84534fe68fc420 (patch) | |
tree | ccc97403ea41f166dd0c93c94bf88257b2898386 /ufund-ui/src/app/components/need-list/need-list.component.ts | |
parent | b6bc0e5e9be234c58ad5d8554f6614d22e2738f8 (diff) | |
download | JellySolutions-d2858b59e495186d51eebd188f84534fe68fc420.tar.gz JellySolutions-d2858b59e495186d51eebd188f84534fe68fc420.tar.bz2 JellySolutions-d2858b59e495186d51eebd188f84534fe68fc420.zip |
Disable pagination in checkout
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.ts b/ufund-ui/src/app/components/need-list/need-list.component.ts index 7ca0ae7..2fbf9d2 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.ts +++ b/ufund-ui/src/app/components/need-list/need-list.component.ts @@ -59,5 +59,6 @@ export class NeedListComponent implements OnChanges { } protected readonly GoalType = GoalType; + protected readonly Infinity = Infinity; } |