fix(preferences(html)): reject action of mail filter is now a textarea

pull/270/head
Francis Lachapelle 2020-02-19 15:56:51 -05:00
parent 4e2d5098c7
commit 656410eb6b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
<!-- SEND REJECT MESSAGE -->
<md-input-container class="md-block" flex="50" ng-if="action.method == 'reject'">
<label><var:string label:value="Message"/></label>
<input type="text" ng-model="action.argument" required="required"/>
<textarea ng-model="action.argument" required="required"></textarea>
</md-input-container>
<!-- FILE INTO -->