linting
This commit is contained in:
parent
933030054a
commit
b28d69e21e
|
@ -19,7 +19,8 @@ exports.definition = {
|
||||||
name: "Condition",
|
name: "Condition",
|
||||||
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
|
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
|
||||||
icon: "Branch2",
|
icon: "Branch2",
|
||||||
description: "Conditionally halt automations which do not meet certain conditions",
|
description:
|
||||||
|
"Conditionally halt automations which do not meet certain conditions",
|
||||||
type: "LOGIC",
|
type: "LOGIC",
|
||||||
internal: true,
|
internal: true,
|
||||||
stepId: "FILTER",
|
stepId: "FILTER",
|
||||||
|
|
Loading…
Reference in New Issue