mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 06:55:57 +08:00
fix: Text Generation App should not should not show embedded in website (#18880)
This commit is contained in:
parent
abafa68647
commit
77ad600a33
@ -231,7 +231,7 @@ const AppPublisher = ({
|
|||||||
>
|
>
|
||||||
{t('workflow.common.runApp')}
|
{t('workflow.common.runApp')}
|
||||||
</SuggestedAction>
|
</SuggestedAction>
|
||||||
{appDetail?.mode === 'workflow'
|
{appDetail?.mode === 'workflow' || appDetail?.mode === 'completion'
|
||||||
? (
|
? (
|
||||||
<SuggestedAction
|
<SuggestedAction
|
||||||
disabled={!publishedAt}
|
disabled={!publishedAt}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user