From d1c12d82945739f5a5de0e5f838c92cb992595fb Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Wed, 16 Feb 2022 21:07:29 -0800 Subject: [PATCH] Add ability to clear tx label filter --- BTCPayServer/Views/UIWallets/WalletTransactions.cshtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index b66819592..a7e0099ef 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -89,6 +89,10 @@ @label.Text } + @if (Context.Request.Query.ContainsKey("labelFilter")) + { + Clear filter + } }