Skip to content

Commit 3337808

Browse files
Update ui/src/views/compute/wizard/VnfNicsSelection.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d64089d commit 3337808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/wizard/VnfNicsSelection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<template #network="{ record }">
5151
<a-form-item style="display: block" :name="'nic-' + record.deviceid">
5252
<a-select
53-
disabled="templateNics || templateNics.length === 0"
53+
disabled="templateNics && templateNics.length > 0"
5454
@change="updateNicNetworkValue($event, record.deviceid)"
5555
optionFilterProp="label"
5656
:filterOption="(input, option) => {

0 commit comments

Comments
 (0)