We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70334e4 commit d219dd8Copy full SHA for d219dd8
src/RJP.MultiUrlPicker.Web.UI/MultiUrlPicker.html
@@ -5,7 +5,7 @@
5
<umb-node-preview icon="link.icon"
6
name="link.name"
7
published="link.published"
8
- description="link.url + link.querystring"
+ description="link.url + (link.querystring ? link.querystring : '')"
9
sortable="!ctrl.sortableOptions.disabled"
10
allow-remove="true"
11
allow-open="true"
0 commit comments