mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Do not always provide counting in list views (#3696)
This commit is contained in:
@@ -13,6 +13,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
public class ListPaymentRequestsViewModel : BasePagingViewModel
|
||||
{
|
||||
public List<ViewPaymentRequestViewModel> Items { get; set; }
|
||||
public override int CurrentPageCount => Items.Count;
|
||||
}
|
||||
|
||||
public class UpdatePaymentRequestViewModel
|
||||
|
||||
Reference in New Issue
Block a user