chore: fix double permissionsModel preparation

we already build it anyway in the Popups.qml when opening the community
intro dialog in all the flows
This commit is contained in:
Lukáš Tinkl 2024-04-04 13:05:29 +02:00 committed by Lukáš Tinkl
parent 6883db3b58
commit 795718b39f
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ QtObject {
}
property string communityKeyToImport
onCommunityKeyToImportChanged: {
if (!!communityKeyToImport)
root.prepareTokenModelForCommunity(communityKeyToImport);
}
readonly property var permissionsModel: !!root.communitiesModuleInst.spectatedCommunityPermissionModel ?
root.communitiesModuleInst.spectatedCommunityPermissionModel : null