From b126327ec2971b8b3a34442a398bc8982628c208 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:24:24 -0500 Subject: [PATCH] Tag default workflow for previews use Galleries should be tagged correctly to receive previews --- public/workflows/defaultWorkflow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/workflows/defaultWorkflow.json b/public/workflows/defaultWorkflow.json index 7890270..d54daac 100644 --- a/public/workflows/defaultWorkflow.json +++ b/public/workflows/defaultWorkflow.json @@ -61,7 +61,7 @@ ], "title": "UI.Gallery", "properties": { - "tags": [], + "tags": ["gen"], "defaultValue": [], "index": 3, "updateMode": "append", @@ -1694,7 +1694,7 @@ ], "title": "UI.Gallery", "properties": { - "tags": [], + "tags": ["hr"], "defaultValue": [], "index": 1, "updateMode": "append",