Skip to content
Snippets Groups Projects
Commit e4cdf1c8 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #378 from metabase/prevent_result_type_cards

remove button to 'Create Card' from a saved SQL Query
parents 6fe04c35 2d77eb46
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
<input class="Button Button--primary" type="button" value='Execute Now' ng-click="runQuery(query.id)"/>
<a class="Button" href="/api/result/{{queryResult.id}}/csv" target="_self" ng-if="queryResultData">Download Results</a>
<a class="Button" cv-org-href="/card/create/{{query.id}}">Create Card</a>
</div>
</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