Skip to content

Commit

Permalink
fix(wallet): Don't reset wallet view after filter change (#15997) (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuteivist authored Aug 9, 2024
1 parent 11b66a4 commit 41b26e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ui/app/AppLayouts/Wallet/views/RightTabView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ RightTabBaseView {
id: stack
anchors.fill: parent

Connections {
target: walletSection

function onFilterChanged() {
root.resetView()
}
}

onCurrentIndexChanged: {
RootStore.backButtonName = d.getBackButtonText(currentIndex)
}
Expand Down

0 comments on commit 41b26e2

Please sign in to comment.