Skip to content

Commit d219dd8

Browse files
Do a null check on link.querystring
1 parent 70334e4 commit d219dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RJP.MultiUrlPicker.Web.UI/MultiUrlPicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<umb-node-preview icon="link.icon"
66
name="link.name"
77
published="link.published"
8-
description="link.url + link.querystring"
8+
description="link.url + (link.querystring ? link.querystring : '')"
99
sortable="!ctrl.sortableOptions.disabled"
1010
allow-remove="true"
1111
allow-open="true"

0 commit comments

Comments
 (0)