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) {