feat: add simple select component
This commit is contained in:
@@ -551,7 +551,8 @@ export const useCheckCompatibility = () => {
|
||||
const gpuSelector = generateGPUIds(data.values);
|
||||
return await handleDoEvalute({
|
||||
...data.values,
|
||||
...gpuSelector
|
||||
...gpuSelector,
|
||||
replicas: allValues.replicas || 0
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user