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

pull/18889/head
crazywoola 1 year ago committed by GitHub
parent abafa68647
commit 77ad600a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save