Skip to content

Commit 41b26e2

Browse files
authored
fix(wallet): Don't reset wallet view after filter change (#15997) (#16058)
1 parent 11b66a4 commit 41b26e2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ui/app/AppLayouts/Wallet/views/RightTabView.qml

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ RightTabBaseView {
4545
id: stack
4646
anchors.fill: parent
4747

48-
Connections {
49-
target: walletSection
50-
51-
function onFilterChanged() {
52-
root.resetView()
53-
}
54-
}
55-
5648
onCurrentIndexChanged: {
5749
RootStore.backButtonName = d.getBackButtonText(currentIndex)
5850
}

0 commit comments

Comments
 (0)