network: remove the required account in creating a network (#830)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-10-28 11:39:56 +07:00 committed by Rohit Yadav
parent 02884e1e0e
commit 6c386945b6
2 changed files with 2 additions and 10 deletions

View File

@ -223,11 +223,7 @@
</a-tooltip>
</span>
<a-input
v-decorator="['account', {
rules: [
{ required: true, message: $t('label.required') }
]
}]"
v-decorator="['account']"
:placeholder="this.$t('label.account')"/>
</a-form-item>
<div :span="24" class="action-button">

View File

@ -197,11 +197,7 @@
</a-tooltip>
</span>
<a-input
v-decorator="['account', {
rules: [
{ required: true, message: $t('label.required') }
]
}]"
v-decorator="['account']"
:placeholder="this.$t('label.account')"/>
</a-form-item>
<div :span="24" class="action-button">