diff --git a/ui/app/AppLayouts/Wallet/views/RightTabView.qml b/ui/app/AppLayouts/Wallet/views/RightTabView.qml index 5baf030e08..0c8ec0b627 100644 --- a/ui/app/AppLayouts/Wallet/views/RightTabView.qml +++ b/ui/app/AppLayouts/Wallet/views/RightTabView.qml @@ -33,6 +33,14 @@ Item { stack.currentIndex = 0; } + Connections { + target: walletSection + + function onFilterChanged() { + root.resetStack() + } + } + QtObject { id: d function getBackButtonText(index) {