fix(mail): remove unused directive in mail editor

This commit is contained in:
Francis Lachapelle
2022-05-17 21:13:50 -04:00
parent 412d73b166
commit a40d3b6296
-1
View File
@@ -62,7 +62,6 @@
</md-autocomplete>
<md-button class="sg-icon-button"
ng-click="editor.send()"
ng-hide="editor.saveAsTemplate"
ng-disabled="!(editor.message.editable.to.length > 0 || editor.message.editable.cc.length > 0 || editor.message.editable.bcc.length > 0) || editor.uploader.isUploading || messageForm.$invalid || messageForm.$submitted"
sg-ripple-click="mailEditor">
<md-icon>send</md-icon>