Browse Source

Fixed small issue in share modal introdiced in recent commit

Torkel Ödegaard 11 years ago
parent
commit
5d6583ef7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/features/dashboard/partials/shareModal.html

+ 1 - 1
src/app/features/dashboard/partials/shareModal.html

@@ -44,7 +44,7 @@
 				</div>
 			<div>
 
-			<div class="editor-row" style="margin-top: 5px;" ng-if="toPanel">
+			<div class="editor-row" style="margin-top: 5px;" ng-if="options.toPanel">
 				<a href="{{imageUrl}}" target="_blank"><i class="fa fa-camera"></i> Direct link rendered image<a>
 			</div>
 		</div>