From dcf7505ea08af0a6c658d8f45595d705dbdd29e6 Mon Sep 17 00:00:00 2001 From: NFish Date: Tue, 17 Jun 2025 18:14:52 +0800 Subject: [PATCH] fix: allow user 'run app' or 'batch run app' when current app access mode is 'external member' --- web/app/components/app/app-publisher/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/app/app-publisher/index.tsx b/web/app/components/app/app-publisher/index.tsx index 1485964198..83a7ffd553 100644 --- a/web/app/components/app/app-publisher/index.tsx +++ b/web/app/components/app/app-publisher/index.tsx @@ -314,10 +314,10 @@ const AppPublisher = ({ {!isAppAccessSet &&

{t('app.publishApp.notSetDesc')}

} }
- + } > @@ -326,10 +326,10 @@ const AppPublisher = ({ {appDetail?.mode === 'workflow' || appDetail?.mode === 'completion' ? ( - + } >