Skip to content
Snippets Groups Projects
Commit 0c68201d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix

parent 264b42bb
No related branches found
No related tags found
No related merge requests found
......@@ -56,13 +56,8 @@ const TagExample = ({ datasetQuery, setQuery }) =>
{ setQuery && (
<div
className="Button Button--small"
<<<<<<< HEAD
data-metabase-event="QueryBuilder;Template Tage Example Query Used"
onClick={() => setQuery(datasetQuery, true)}
=======
data-metabase-event="QueryBuilder;Template Tag Example Query Used"
onClick={ () => setQuery(datasetQuery, true) }
>>>>>>> origin/master
onClick={() => setQuery(datasetQuery, true) }
>
Try it
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment