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.
2 parents 2944bd1 + 3850445 commit 6589235Copy full SHA for 6589235
ui/src/views/infra/network/TrafficTypesTab.vue
@@ -21,7 +21,7 @@
21
<a-tab-pane v-for="(item, index) in traffictypes" :tab="item.traffictype" :key="index">
22
<a-popconfirm
23
:title="$t('message.confirm.delete.traffic.type')"
24
- @confirm="deleteTrafficType(itemd)"
+ @confirm="deleteTrafficType(item)"
25
:okText="$t('label.yes')"
26
:cancelText="$t('label.no')" >
27
<a-button
0 commit comments