* Adjust repo create page data load.

This commit is contained in:
caoyanyi
2024-04-26 15:39:09 +08:00
parent e163380c7c
commit 3866aa5ec9
-1
View File
@@ -128,7 +128,6 @@ function onScmChange()
const $hostPicker = $('#serviceHost').zui('picker');
$hostPicker.render({items: data});
$hostPicker.$.clear();
onHostChange();
});
}
}