From 62a698a8835b274d967cdf64fe23526781fed055 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 3 Feb 2026 16:40:35 +0800 Subject: [PATCH 01/10] fix: create app from template not support review (#31866) --- .../app/create-app-dialog/app-card/index.tsx | 20 +++++++++---------- web/app/components/explore/app-card/index.tsx | 14 ++++++++----- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/web/app/components/app/create-app-dialog/app-card/index.tsx b/web/app/components/app/create-app-dialog/app-card/index.tsx index 15cfbd5411..e203edfc8c 100644 --- a/web/app/components/app/create-app-dialog/app-card/index.tsx +++ b/web/app/components/app/create-app-dialog/app-card/index.tsx @@ -62,19 +62,19 @@ const AppCard = ({ {app.description} - {canCreate && ( + {(canCreate || isTrialApp) && ( )} diff --git a/web/app/components/explore/app-card/index.tsx b/web/app/components/explore/app-card/index.tsx index 15152e0695..827c5c3a23 100644 --- a/web/app/components/explore/app-card/index.tsx +++ b/web/app/components/explore/app-card/index.tsx @@ -74,11 +74,15 @@ const AppCard = ({ {isExplore && (canCreate || isTrialApp) && (