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

Disable broken 'try it' button for dimension example

parent 82c38d3c
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ const TagEditorHelp = ({ setQuery, sampleDatasetId }) => {
you should link that variable to a specific column. Dimensions should be used inside
of a "WHERE" clause.
</p>
<TagExample datasetQuery={EXAMPLES.dimension} setQuery={setQueryWithSampleDatasetId} />
<TagExample datasetQuery={EXAMPLES.dimension} />
<h4>Optional Clauses</h4>
<p>
......
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