(js) Cleanup call in contact view template

pull/222/head
Francis Lachapelle 2016-09-30 12:24:47 -04:00
parent 508550d677
commit f5cc2d7c27
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<md-button class="sg-icon-button"
label:aria-label="Delete"
ng-show="editor.currentFolder.acls.objectEraser"
ng-click="editor.confirmDelete(editor.card)">
ng-click="editor.confirmDelete()">
<md-tooltip><var:string label:value="Delete"/></md-tooltip>
<md-icon>delete</md-icon>
</md-button>