From 41b26e2094f151d628d0767f2956785e2f07d85a Mon Sep 17 00:00:00 2001 From: Cuteivist Date: Fri, 9 Aug 2024 19:17:16 +0200 Subject: [PATCH] fix(wallet): Don't reset wallet view after filter change (#15997) (#16058) --- ui/app/AppLayouts/Wallet/views/RightTabView.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ui/app/AppLayouts/Wallet/views/RightTabView.qml b/ui/app/AppLayouts/Wallet/views/RightTabView.qml index ed6801d51c..1bb929e18e 100644 --- a/ui/app/AppLayouts/Wallet/views/RightTabView.qml +++ b/ui/app/AppLayouts/Wallet/views/RightTabView.qml @@ -45,14 +45,6 @@ RightTabBaseView { id: stack anchors.fill: parent - Connections { - target: walletSection - - function onFilterChanged() { - root.resetView() - } - } - onCurrentIndexChanged: { RootStore.backButtonName = d.getBackButtonText(currentIndex) }