mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
node about author
This commit is contained in:
@ -42,7 +42,7 @@ const nodes = [
|
||||
type: 'custom',
|
||||
position: { x: 330, y: 30 + i * 300 },
|
||||
data: {
|
||||
_selected: i === 0, // for test: always select the first node
|
||||
selected: i === 0, // for test: always select the first node
|
||||
name: item,
|
||||
...payload,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user