diff options
| author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 14:04:11 -0400 | 
|---|---|---|
| committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 14:04:11 -0400 | 
| commit | 791dafcf058230f6fe3f3cfbf6ca179e1caeca81 (patch) | |
| tree | a3200bd701f3ab06ece121aef006dcc961173666 /ufund-ui/src/app/components/funding-basket/funding-basket.component.html | |
| parent | 81917b7cae6d3d22bc8e54f7b2bd416acd70475f (diff) | |
| parent | d2858b59e495186d51eebd188f84534fe68fc420 (diff) | |
| download | JellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.tar.gz JellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.tar.bz2 JellySolutions-791dafcf058230f6fe3f3cfbf6ca179e1caeca81.zip  | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index 50d6abe..fa17b10 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -8,7 +8,7 @@                      <span class="icon">delete</span>Remove from Basket                  </button>              </ng-template> -            <app-need-list [uid]="1" [actionArea]="NLActions" [needs]="(usersService.getBasket() | async)!"/> +            <app-need-list [itemsPerPage]="Infinity" [uid]="1" [actionArea]="NLActions" [needs]="(usersService.getBasket() | async)!"/>              <br>              <div id="footer">                  <button class="button2" title="checkout" (click)="checkout()">Checkout</button>  | 
