Skip to content

Commit

Permalink
fixed: Fixed command duplication issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Oct 15, 2024
1 parent f5ae807 commit 1d59810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Kubernetes/MainContent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ const handleReconnect = () => {
const handleContextMenuSelect = (key: string, _option: DropdownOption) => {
switch (key) {
case 'reconnect': {
mittBus.emit('remove-event');
handleReconnect();
break;
}
Expand Down

0 comments on commit 1d59810

Please sign in to comment.