This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: Text Generation App should not should not show embedded in website (
#18880
)
tags/1.3.1
crazywoola
6 months ago
parent
abafa68647
commit
77ad600a33
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/app/app-publisher/index.tsx
+ 1
- 1
web/app/components/app/app-publisher/index.tsx
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}
Write
Preview
Loading…
Cancel
Save