diff --git a/web/app/components/app/app-publisher/index.tsx b/web/app/components/app/app-publisher/index.tsx index d8bf18803d..0385099545 100644 --- a/web/app/components/app/app-publisher/index.tsx +++ b/web/app/components/app/app-publisher/index.tsx @@ -262,28 +262,28 @@ const AppPublisher = ({ }>{t('workflow.common.runApp')} {appDetail?.mode === 'workflow' - ? ( + ? (
} > {t('workflow.common.batchRunApp')} - +
) - : ( + : (
{ setEmbeddingModalOpen(true) handleTrigger() }} - disabled={!publishedAt || !useCanAccessApp?.result} + disabled={!publishedAt} icon={} > {t('workflow.common.embedIntoSite')} - +
)} - - }>{t('workflow.common.accessAPIReference')} - +
+ }>{t('workflow.common.accessAPIReference')} +
{appDetail?.mode === 'workflow' && ( - +
- +
)} }