Fixing definition for filter workflow block
This commit is contained in:
parent
9f3ca42995
commit
fdca9240e9
|
@ -22,7 +22,7 @@ const ACTION = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
customType: "record",
|
customType: "record",
|
||||||
title: "The record to be written",
|
title: "Table",
|
||||||
default: {},
|
default: {},
|
||||||
required: ["modelId"],
|
required: ["modelId"],
|
||||||
},
|
},
|
||||||
|
@ -206,6 +206,7 @@ const LOGIC = {
|
||||||
inputs: {},
|
inputs: {},
|
||||||
schema: {
|
schema: {
|
||||||
inputs: {
|
inputs: {
|
||||||
|
properties: {
|
||||||
filter: {
|
filter: {
|
||||||
type: "string",
|
type: "string",
|
||||||
title: "Reference Value",
|
title: "Reference Value",
|
||||||
|
@ -220,6 +221,7 @@ const LOGIC = {
|
||||||
type: "string",
|
type: "string",
|
||||||
title: "Comparison Value",
|
title: "Comparison Value",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
required: ["filter", "condition", "value"],
|
required: ["filter", "condition", "value"],
|
||||||
},
|
},
|
||||||
outputs: {
|
outputs: {
|
||||||
|
|
Loading…
Reference in New Issue