@ -92,7 +92,7 @@ const AddModal = ({ addItem, visible, setVisible, onSuccess }) => {
const getHostOptions = async () => {
const res: any = await getHostList({
type: 'docker-env',
// type: 'docker-env',
componentBaseId: addItem.componentBaseId
});
if (res.code === 200) setHostOptions(res.data);