Skip to content

Instantly share code, notes, and snippets.

@jitendrapurohit
Created June 7, 2017 11:35
Show Gist options
  • Save jitendrapurohit/3569311ba3c4e89d2176b0b7c37791a9 to your computer and use it in GitHub Desktop.
Save jitendrapurohit/3569311ba3c4e89d2176b0b7c37791a9 to your computer and use it in GitHub Desktop.
diff --git a/ang/crmMailing/BlockResponses.html b/ang/crmMailing/BlockResponses.html
index cf56f00796..06d0ab7a7d 100644
--- a/ang/crmMailing/BlockResponses.html
+++ b/ang/crmMailing/BlockResponses.html
@@ -37,8 +37,7 @@ Required vars: mailing, crmMailingConst
ui-jq="select2"
ui-options="{dropdownAutoWidth : true}"
ng-model="mailing.reply_id"
- ng-options="mc.id as mc.name for mc in crmMailingConst.headerfooterList | filter:{component_type: 'Reply'}"
- required>
+ ng-options="mc.id as mc.name for mc in crmMailingConst.headerfooterList | filter:{component_type: 'Reply'}">
<option value=""></option>
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment