fix(CommunityIntroDialog): Unable to join token gated community

Closes #12678
This commit is contained in:
Alexandra Betouni 2023-11-22 13:17:31 +02:00
parent b76f55655e
commit 3d6bb8f52e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}