Skip to content

Commit f11f195

Browse files
authored
fixed L2 network creation for particular account (#7382)
1 parent fcf07f1 commit f11f195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/network/CreateL2NetworkForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
v-model:value="form.isolatedpvlan"
165165
:placeholder="apiParams.isolatedpvlan.description"/>
166166
</a-form-item>
167-
<a-form-item v-if="accountVisible" name="account" ref="name">
167+
<a-form-item v-if="accountVisible" name="account" ref="account">
168168
<template #label>
169169
<tooltip-label :title="$t('label.account')" :tooltip="apiParams.account.description"/>
170170
</template>

0 commit comments

Comments
 (0)