Skip to content

Commit

Permalink
Fix downloading venue file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxShoshin committed Mar 4, 2018
1 parent 675b05a commit d0f28db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/result-viewer/result-viewer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</pre>
</div>
<div class="col-sm-2">
<button class="btn btn-dark" (click)="download(talkResult, meetup.venue.id+'.xml')">
<button class="btn btn-dark" (click)="download(venueResult, meetup.venue.id+'.xml')">
<i class="fa fa-download"></i>
venues\{{meetup.venue.id}}.xml
</button>
Expand Down

0 comments on commit d0f28db

Please sign in to comment.