feat: add simple select component
This commit is contained in:
@@ -16,7 +16,7 @@ const SpinWrapper = styled.div`
|
||||
justify-content: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
right: 0;
|
||||
`;
|
||||
|
||||
|
||||
@@ -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