fix: instance type missing when using CPU type
This commit is contained in:
@@ -159,7 +159,6 @@ const AddModal: React.FC<AddModalProps> = ({
|
||||
description: saveInstanceDataInDescription(instanceType)
|
||||
});
|
||||
}
|
||||
|
||||
// update form
|
||||
form.current?.applyInstanceType?.(instanceType);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user