Przeglądaj źródła

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

tags/1.3.1
crazywoola 6 miesięcy temu
rodzic
commit
77ad600a33
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      web/app/components/app/app-publisher/index.tsx

+ 1
- 1
web/app/components/app/app-publisher/index.tsx Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz