Make sure the team add UI handles the no mailing case as well
This commit is contained in:
parent
f3b03ebc34
commit
3a356c6aab
3 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
auto-clear="true"
|
||||
allowed-entities="['user', 'robot']"
|
||||
pull-right="true"
|
||||
allow-emails="true"
|
||||
allow-emails="allowEmail"
|
||||
email-message="Press enter to invite the entered e-mail address to this team"
|
||||
ng-show="!addingMember"></div>
|
||||
<div class="quay-spinner" ng-show="addingMember"></div>
|
||||
|
|
Reference in a new issue