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:
parent
6883db3b58
commit
795718b39f
|
@ -38,10 +38,6 @@ QtObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
property string communityKeyToImport
|
property string communityKeyToImport
|
||||||
onCommunityKeyToImportChanged: {
|
|
||||||
if (!!communityKeyToImport)
|
|
||||||
root.prepareTokenModelForCommunity(communityKeyToImport);
|
|
||||||
}
|
|
||||||
|
|
||||||
readonly property var permissionsModel: !!root.communitiesModuleInst.spectatedCommunityPermissionModel ?
|
readonly property var permissionsModel: !!root.communitiesModuleInst.spectatedCommunityPermissionModel ?
|
||||||
root.communitiesModuleInst.spectatedCommunityPermissionModel : null
|
root.communitiesModuleInst.spectatedCommunityPermissionModel : null
|
||||||
|
|
Loading…
Reference in New Issue