Skip to content

Commit

Permalink
SHIBUI-1267 fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 11, 2019
1 parent 0b387cc commit de3d93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container-fluid">
<pre class="border p-2 bg-light rounded"><code>{{ xml$ | async }}</code></pre>
<button type="button" class="btn btn-primary" (click)="preview(xml)">
<button type="button" class="btn btn-primary" (click)="preview()">
<i class="fa fa-fw fa-save"></i>
<translate-i18n key="action.download-file">Download File</translate-i18n>
</button>
Expand Down

0 comments on commit de3d93b

Please sign in to comment.