fix: Text Generation App should not should not show embedded in website (#18880)
This commit is contained in:
parent
abafa68647
commit
77ad600a33
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ const AppPublisher = ({
|
|||
>
|
||||
{t('workflow.common.runApp')}
|
||||
</SuggestedAction>
|
||||
{appDetail?.mode === 'workflow'
|
||||
{appDetail?.mode === 'workflow' || appDetail?.mode === 'completion'
|
||||
? (
|
||||
<SuggestedAction
|
||||
disabled={!publishedAt}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue