Skip to content

Commit 6589235

Browse files
Merge branch '4.19' into 4.20
2 parents 2944bd1 + 3850445 commit 6589235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/network/TrafficTypesTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a-tab-pane v-for="(item, index) in traffictypes" :tab="item.traffictype" :key="index">
2222
<a-popconfirm
2323
:title="$t('message.confirm.delete.traffic.type')"
24-
@confirm="deleteTrafficType(itemd)"
24+
@confirm="deleteTrafficType(item)"
2525
:okText="$t('label.yes')"
2626
:cancelText="$t('label.no')" >
2727
<a-button

0 commit comments

Comments
 (0)