fix(end-node): adjust required status and update end node terminology to output in i18n

This commit is contained in:
zhsama
2025-10-20 13:59:57 +08:00
parent 1c2f95eeb6
commit d5b228f234
22 changed files with 64 additions and 64 deletions

View File

@ -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,