fix missing link for Text Generation Application in create-app-modal

pull/20801/head
Bowen Liang 12 months ago
parent 2121df2ce0
commit d46e5b5813

@ -323,7 +323,7 @@ function AppPreview({ mode }: { mode: AppMode }) {
'completion': {
title: t('app.newApp.completeApp'),
description: t('app.newApp.completionUserDescription'),
link: null,
link: getDocLink('/guides/application-orchestrate/text-generator'),
},
'workflow': {
title: t('app.types.workflow'),

Loading…
Cancel
Save