From 20360d420806df2bb7312290eec3469f66652b84 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Fri, 26 Apr 2024 19:47:26 -0400 Subject: [PATCH] Fix URL action --- src/actions/url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/url.ts b/src/actions/url.ts index 1ebd175..0e3135e 100644 --- a/src/actions/url.ts +++ b/src/actions/url.ts @@ -23,7 +23,7 @@ export default { }); } } else { - links.push(renderValue(params.WFURLActionURL.Value)) + links.push(renderValue(params.WFURLActionURL)) } if (!links.length) {