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

This commit is contained in:
Cuteivist 2024-08-09 15:04:15 +02:00 committed by GitHub
parent c3f8ecb5ee
commit 86e054a328
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)
}