fix(Airdrop): Navigation from community settings overview to airdrop option enabled

Fixes #10659
This commit is contained in:
Noelia 2023-05-15 11:19:36 +02:00 committed by Noelia
parent 63bbc72b54
commit cd4ddb5a06
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ StatusSectionLayout {
null)
}
onAirdropTokensClicked: { /* TODO in future */ }
onAirdropTokensClicked: root.goTo(Constants.CommunitySettingsSections.Airdrops)
onBackUpClicked: {
Global.openPopup(transferOwnershipPopup, {
privateKey: root.chatCommunitySectionModule.exportCommunity(root.community.id),