Fix workflow filter logic block tagline
This commit is contained in:
parent
715c0ab170
commit
0b3ed7435e
|
@ -58,7 +58,7 @@ const ACTION = {
|
||||||
const LOGIC = {
|
const LOGIC = {
|
||||||
FILTER: {
|
FILTER: {
|
||||||
name: "Filter",
|
name: "Filter",
|
||||||
tagline: "{{field}} <b>{{condition}}</b> {{value}}",
|
tagline: "{{filter}} <b>{{condition}}</b> {{value}}",
|
||||||
icon: "ri-git-branch-line",
|
icon: "ri-git-branch-line",
|
||||||
description: "Filter any workflows which do not meet certain conditions.",
|
description: "Filter any workflows which do not meet certain conditions.",
|
||||||
params: {
|
params: {
|
||||||
|
@ -66,6 +66,9 @@ const LOGIC = {
|
||||||
condition: ["equals"],
|
condition: ["equals"],
|
||||||
value: "string",
|
value: "string",
|
||||||
},
|
},
|
||||||
|
args: {
|
||||||
|
condition: "equals",
|
||||||
|
},
|
||||||
type: "LOGIC",
|
type: "LOGIC",
|
||||||
},
|
},
|
||||||
DELAY: {
|
DELAY: {
|
||||||
|
|
Loading…
Reference in New Issue