Skip to content

Commit 7115e35

Browse files
authored
ui: fix update network update in sequence param (#6675)
Fixes wrong param used in the update network form
1 parent 7ddebd3 commit 7115e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/network/UpdateNetwork.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
:placeholder="apiParams.networkdomain.description"
9696
autoFocus />
9797
</a-form-item>
98-
<a-form-item name="maclearning" ref="maclearning" v-if="resource.redundantrouter">
98+
<a-form-item name="updateinsequence" ref="updateinsequence" v-if="resource.redundantrouter">
9999
<template #label>
100100
<tooltip-label :title="$t('label.updateinsequence')" :tooltip="apiParams.updateinsequence.description"/>
101101
</template>
102-
<a-switch v-model:checked="form.maclearning" />
102+
<a-switch v-model:checked="form.updateinsequence" />
103103
</a-form-item>
104104
<a-form-item name="displaynetwork" ref="displaynetwork" v-if="isAdmin()">
105105
<template #label>

0 commit comments

Comments
 (0)