瀏覽代碼

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

tags/0.7.3
YidaHu 1 年之前
父節點
當前提交
bd6d4d0553
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      api/controllers/console/explore/installed_app.py

+ 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: (

Loading…
取消
儲存