From 1769ce16f35682f8e874488e9c5894ea0aed062b Mon Sep 17 00:00:00 2001 From: NFish Date: Fri, 25 Apr 2025 16:46:58 +0800 Subject: [PATCH] fix: disable batch run button when user has no permission. (#18777) --- web/app/components/app/app-publisher/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/app/app-publisher/index.tsx b/web/app/components/app/app-publisher/index.tsx index 0385099545..18ef576029 100644 --- a/web/app/components/app/app-publisher/index.tsx +++ b/web/app/components/app/app-publisher/index.tsx @@ -262,15 +262,15 @@ const AppPublisher = ({ }>{t('workflow.common.runApp')} {appDetail?.mode === 'workflow' - ? (
+ ? ( } > {t('workflow.common.batchRunApp')} -
+ ) : (