Browse Source

Fix filter workflow block tagline

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
fdf8d2cbab
  1. 2
      packages/server/src/workflows/steps/filter.js

2
packages/server/src/workflows/steps/filter.js

@ -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",

Loading…
Cancel
Save