### What problem does this PR solve? feat: add delete menu to graph node #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -41,7 +41,7 @@ export const buildNodesAndEdgesFromDSLComponents = (data: DSLComponents) => {
|
||||
const upstream = [...value.upstream];
|
||||
nodes.push({
|
||||
id: key,
|
||||
type: 'textUpdater',
|
||||
type: 'ragNode',
|
||||
position: { x: 0, y: 0 },
|
||||
data: {
|
||||
label: value.obj.component_name,
|
||||
|
||||
Reference in New Issue
Block a user