Skip to content

Commit 9f95821

Browse files
authored
wrong double quote
1 parent 338dc13 commit 9f95821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/network/VpcTiersTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
v-for="item in networkOfferings"
200200
:key="item.id"
201201
:value=“item.id"
202-
:label="item.displaytext || item.name || item.description
202+
:label="item.displaytext || item.name || item.description"
203203
:title="item.displaytext || item.name || item.description">
204204
{{ item.displaytext || item.name || item.description }}
205205
</a-select-option>

0 commit comments

Comments
 (0)