Skip to content

Commit aa311ce

Browse files
Filmbostock
authored andcommitted
null filter on the href channel
closes #1696
1 parent 5e313d9 commit aa311ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function styles(
144144

145145
return {
146146
title: {value: title, optional: true},
147-
href: {value: href, optional: true},
147+
href: {value: href, optional: true, filter: null},
148148
ariaLabel: {value: variaLabel, optional: true},
149149
fill: {value: vfill, scale: "auto", optional: true},
150150
fillOpacity: {value: vfillOpacity, scale: "auto", optional: true},

0 commit comments

Comments
 (0)