mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
fix(FinaliseOwnership): Fixed ownership decline flow
Fixes ownership decline flow where finalise popup was not correctly closed.
This commit is contained in:
parent
de68d250a6
commit
3b06ae5893
@ -893,7 +893,7 @@ QtObject {
|
||||
target: root
|
||||
onOwnershipDeclined: {
|
||||
finalisePopup.close()
|
||||
root.communityTokensStore.ownershipDeclined(communityId)
|
||||
root.rootStore.communityTokensStore.ownershipDeclined(communityId, communityName)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -904,10 +904,7 @@ QtObject {
|
||||
FinaliseOwnershipDeclinePopup {
|
||||
destroyOnClose: true
|
||||
|
||||
onDeclineClicked: {
|
||||
close()
|
||||
root.rootStore.communityTokensStore.ownershipDeclined(communityId, communityName)
|
||||
}
|
||||
onDeclineClicked: root.ownershipDeclined()
|
||||
}
|
||||
}
|
||||
// End of components related to transfer community ownership flow.
|
||||
|
Loading…
x
Reference in New Issue
Block a user