fix(wallet): Don't reset wallet view after filter change (#15997) (#16058)

This commit is contained in:
Cuteivist 2024-08-09 19:17:16 +02:00 committed by GitHub
parent 11b66a43d7
commit 41b26e2094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -45,14 +45,6 @@ RightTabBaseView {
id: stack
anchors.fill: parent
Connections {
target: walletSection
function onFilterChanged() {
root.resetView()
}
}
onCurrentIndexChanged: {
RootStore.backButtonName = d.getBackButtonText(currentIndex)
}