mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Do not always provide counting in list views (#3696)
This commit is contained in:
@@ -8,6 +8,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public class InvoicesModel : BasePagingViewModel
|
||||
{
|
||||
public List<InvoiceModel> Invoices { get; set; } = new List<InvoiceModel>();
|
||||
public override int CurrentPageCount => Invoices.Count;
|
||||
public string[] StoreIds { get; set; }
|
||||
public string StoreId { get; set; }
|
||||
public bool IncludeArchived { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user