Skip to content

Commit 9cd5d06

Browse files
authored
another double backquote
1 parent 9f95821 commit 9cd5d06

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
@@ -198,7 +198,7 @@
198198
<a-select-option
199199
v-for="item in networkOfferings"
200200
:key="item.id"
201-
:value=item.id"
201+
:value="item.id"
202202
:label="item.displaytext || item.name || item.description"
203203
:title="item.displaytext || item.name || item.description">
204204
{{ item.displaytext || item.name || item.description }}

0 commit comments

Comments
 (0)