Skip to content

Commit

Permalink
[DATA-3200] use vega-lite file in insight creation (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanialBetres authored Oct 29, 2019
1 parent 71414e5 commit 920aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SaveAsInsightModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SaveAsInsightModal extends Component<Props> {
title: this.title,
body: {
markdownBody:
`\`\`\`vega-lite\n ${JSON.stringify(specWithData)} \n\`\`\`\n` +
`@(${linkToVLFile}) \n ` +
this.description +
`\n\n Click [here](${chartURL}) to edit this chart.` +
(queryResults
Expand Down

0 comments on commit 920aa5d

Please sign in to comment.