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
|
||||
|
||||
onPrepareForSigning: {
|
||||
root.rootStore.prepareKeypairsForSigning(sharedAddresses)
|
||||
root.rootStore.prepareKeypairsForSigning(communityIntroDialog.communityId, communityIntroDialog.name, sharedAddresses, airdropAddress)
|
||||
|
||||
communityIntroDialog.keypairSigningModel = root.rootStore.communitiesModuleInst.keypairsSigningModel
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue