mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Do not always provide counting in list views (#3696)
This commit is contained in:
@@ -15,6 +15,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public string PaymentMethodId { get; set; }
|
||||
|
||||
public List<PayoutModel> Payouts { get; set; }
|
||||
public override int CurrentPageCount => Payouts.Count;
|
||||
public IEnumerable<PaymentMethodId> PaymentMethods { get; set; }
|
||||
public PayoutState PayoutState { get; set; }
|
||||
public string PullPaymentName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user