Skip to content

Commit

Permalink
Fix URL action
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 26, 2024
1 parent b75c2e7 commit 20360d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
});
}
} else {
links.push(renderValue(params.WFURLActionURL.Value))
links.push(renderValue(params.WFURLActionURL))
}

if (!links.length) {
Expand Down

0 comments on commit 20360d4

Please sign in to comment.