fix link in filters
This commit is contained in:
parent
dd6425a214
commit
98119d992d
|
@ -39,7 +39,7 @@
|
|||
|
||||
<div class="description">
|
||||
{filter.description}
|
||||
<a style="color: #666" href={url} target="_blank">Full documentation.</a>
|
||||
<a href={url} target="_blank">Full documentation.</a>
|
||||
</div>
|
||||
|
||||
{#if filter.params && filter.params.length > 0 && show}
|
||||
|
|
Loading…
Reference in New Issue