We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338dc13 commit 9f95821Copy full SHA for 9f95821
ui/src/views/network/VpcTiersTab.vue
@@ -199,7 +199,7 @@
199
v-for="item in networkOfferings"
200
:key="item.id"
201
:value=“item.id"
202
- :label="item.displaytext || item.name || item.description”
+ :label="item.displaytext || item.name || item.description"
203
:title="item.displaytext || item.name || item.description">
204
{{ item.displaytext || item.name || item.description }}
205
</a-select-option>
0 commit comments