fix: Text Generation App should not should not show embedded in website (#18880)

This commit is contained in:
crazywoola
2025-04-27 14:33:50 +08:00
committed by GitHub
parent abafa68647
commit 77ad600a33

View File

@@ -231,7 +231,7 @@ const AppPublisher = ({
>
{t('workflow.common.runApp')}
</SuggestedAction>
{appDetail?.mode === 'workflow'
{appDetail?.mode === 'workflow' || appDetail?.mode === 'completion'
? (
<SuggestedAction
disabled={!publishedAt}