mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
feat: all other code expand
This commit is contained in:
@ -3,7 +3,7 @@ import type { IfElseNodeType } from './types'
|
||||
import { ComparisonOperator, LogicalOperator } from './types'
|
||||
|
||||
export const mockData: IfElseNodeType = {
|
||||
title: 'Test',
|
||||
title: 'If Else',
|
||||
desc: 'Test',
|
||||
type: BlockEnum.IfElse,
|
||||
logical_operator: LogicalOperator.and,
|
||||
|
||||
Reference in New Issue
Block a user