mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix(end-node): adjust required status and update end node terminology to output in i18n
This commit is contained in:
@ -6,7 +6,7 @@ import { BlockEnum } from '@/app/components/workflow/types'
|
||||
const metaData = genNodeMetaData({
|
||||
sort: 2.1,
|
||||
type: BlockEnum.End,
|
||||
isRequired: true,
|
||||
isRequired: false,
|
||||
})
|
||||
const nodeDefault: NodeDefault<EndNodeType> = {
|
||||
metaData,
|
||||
|
||||
Reference in New Issue
Block a user