### What problem does this PR solve? feat: add OperateDropdown feat: send debug message #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -147,11 +147,6 @@ export const buildDslComponentsByGraph = (
|
||||
components[id] = {
|
||||
obj: {
|
||||
component_name: operatorName,
|
||||
// params:
|
||||
// removeUselessDataInTheOperator(
|
||||
// operatorName,
|
||||
// x.data.form as Record<string, unknown>,
|
||||
// ) ?? {},
|
||||
params:
|
||||
buildOperatorParams(operatorName)(
|
||||
x.data.form as Record<string, unknown>,
|
||||
|
||||
Reference in New Issue
Block a user