Skip to content

Commit 18397c0

Browse files
kiranchavalakishankavala
authored andcommitted
fixed L2 network creation for particular account (apache#7382)
1 parent c6a342e commit 18397c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)