Kaynağa Gözat

fix: filter out installed apps without an app (#7799)

YidaHu 7 ay önce
ebeveyn
işleme
bd6d4d0553

+ 1 - 0
api/controllers/console/explore/installed_app.py

@@ -35,6 +35,7 @@ class InstalledAppsListApi(Resource):
                 "uninstallable": current_tenant_id == installed_app.app_owner_tenant_id,
             }
             for installed_app in installed_apps
+            if installed_app.app is not None
         ]
         installed_apps.sort(
             key=lambda app: (