Skip to content
Snippets Groups Projects
Unverified Commit cae58c59 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix syntax error

parent 0994b8a2
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@
:when (and tag-type
(or widget-type (not= tag-type "dimension")))]
{:id (:id tag)
:type widget-type (if (= tag-type "date") "date/single" "category")
:type (or widget-type (if (= tag-type "date") "date/single" "category"))
:target ["variable" ["template-tag" (:name tag)]]
:name (:display_name tag)
:slug (:name tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment