diff --git a/ui/app/AppLayouts/stores/RootStore.qml b/ui/app/AppLayouts/stores/RootStore.qml index 6f9270b5e7..3d4433cbf8 100644 --- a/ui/app/AppLayouts/stores/RootStore.qml +++ b/ui/app/AppLayouts/stores/RootStore.qml @@ -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