Skip to content

Commit 04f4508

Browse files
author
dushixiang
committedMay 21, 2023
- 修复【资源管理菜单-动态指令功能存在严重缺陷】fixed #359
1 parent 11cf36b commit 04f4508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎web/src/components/devops/ExecuteCommand.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ const ExecuteCommand = () => {
3838
initTerm(item['id'], commands);
3939
}
4040
})
41-
}
41+
},
42+
refetchOnWindowFocus: false
4243
});
4344
let [inputValue, setInputValue] = useState('');
4445

0 commit comments

Comments
 (0)
Please sign in to comment.