Skip to content

Commit ae62e1d

Browse files
author
Hoang Nguyen
authored
fixes cannot add new port forwarding rules after auto select VM next time (#5690)
1 parent 7823868 commit ae62e1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/views/network/PortForwarding.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export default {
331331
inject: ['parentFetchData', 'parentToggleLoading'],
332332
data () {
333333
return {
334-
checked: true,
334+
checked: false,
335335
selectedRowKeys: [],
336336
showGroupActionModal: false,
337337
selectedItems: [],
@@ -639,6 +639,7 @@ export default {
639639
this.addVmModalNicLoading = false
640640
this.showConfirmationAction = false
641641
this.nics = []
642+
this.checked = false
642643
this.resetTagInputs()
643644
},
644645
openTagsModal (id) {

0 commit comments

Comments
 (0)