mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(CommunityIntroDialog): Unable to join token gated community
Closes #12678
This commit is contained in:
parent
b76f55655e
commit
3d6bb8f52e
@ -228,7 +228,7 @@ StackLayout {
|
|||||||
collectiblesModel: root.rootStore.collectiblesModel
|
collectiblesModel: root.rootStore.collectiblesModel
|
||||||
|
|
||||||
onPrepareForSigning: {
|
onPrepareForSigning: {
|
||||||
root.rootStore.prepareKeypairsForSigning(sharedAddresses)
|
root.rootStore.prepareKeypairsForSigning(communityIntroDialog.communityId, communityIntroDialog.name, sharedAddresses, airdropAddress)
|
||||||
|
|
||||||
communityIntroDialog.keypairSigningModel = root.rootStore.communitiesModuleInst.keypairsSigningModel
|
communityIntroDialog.keypairSigningModel = root.rootStore.communitiesModuleInst.keypairsSigningModel
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user