deleted require property for space contact in admin

pull/12/head
guangyuzhang 2021-03-01 22:20:45 +08:00
commit 5ba012ff66
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<div class="hr-line-dashed"></div> <div class="hr-line-dashed"></div>
<div class="form-group"><label class="col-sm-4 control-label">{{'SETTING.CONTACT' | translate}}</label> <div class="form-group"><label class="col-sm-4 control-label">{{'SETTING.CONTACT' | translate}}</label>
<div class="col-sm-8"> <div class="col-sm-8">
<ui-select ng-model="space.contact.id" name="spacecontact" theme="bootstrap" required> <ui-select ng-model="space.contact.id" name="spacecontact" theme="bootstrap">
<ui-select-match allow-clear="false" placeholder="{{'COMMON.PLACEHOLDER' | translate}}"> <ui-select-match allow-clear="false" placeholder="{{'COMMON.PLACEHOLDER' | translate}}">
{{$select.selected.name}}</ui-select-match> {{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="contact.id as contact in contacts | filter: $select.search"> <ui-select-choices repeat="contact.id as contact in contacts | filter: $select.search">