Skip to content

Commit

Permalink
(fixes #4) Use injected_sql instead of compiled_sql in copy to clipbo…
Browse files Browse the repository at this point in the history
…ard btn
  • Loading branch information
drewbanin committed Sep 14, 2018
1 parent 42c10e7 commit 168a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/docs/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h6>SQL</h6>
<li class='nav-pull-right'></li>
<li>
<a class='unselectable'
ng-click="copy_to_clipboard(view_compiled_sql ? model.compiled_sql : model.raw_sql)"
ng-click="copy_to_clipboard(view_compiled_sql ? model.injected_sql : model.raw_sql)"
>{{ copied ? 'copied' : 'copy to clipboard' }}</a>
</li>
</ul>
Expand Down

0 comments on commit 168a08f

Please sign in to comment.