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.
1 parent 8eb2757 commit 64b357aCopy full SHA for 64b357a
web/console/src/modules/cluster/components/scale/cronhpa/list/namespaceSelect.tsx
@@ -34,7 +34,6 @@ const NamespaceSelect = React.memo((props: {
34
* 初始化namespace选项为第一个,对应初始化浏览器URL数据
35
*/
36
useEffect(() => {
37
- console.log(namespaces, '---+++');
38
if (!isEmpty(namespaces) && namespaces.recordCount > 0) {
39
hpaDispatch({
40
type: CHANGE_NAMESPACE,
0 commit comments