1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Fix filter workflow block tagline

This commit is contained in:
Andrew Kingston 2020-09-17 17:49:57 +01:00
parent 53bbcd9928
commit 6c4cf24a94

View file

@ -14,7 +14,7 @@ const PrettyLogicConditions = {
module.exports.definition = {
name: "Filter",
tagline: "{{inputs.filter}} {{inputs.condition}} {{inputs.value}}",
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
icon: "ri-git-branch-line",
description: "Filter any workflows which do not meet certain conditions",
type: "LOGIC",