fix: playground view code

This commit is contained in:
jialin
2024-11-29 15:26:39 +08:00
parent 435161854c
commit cd1d3005e9
15 changed files with 243 additions and 88 deletions
@@ -88,6 +88,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
value: `${item.worker_name}-${item.name}-${item.index}`
};
});
console.log('queryGPUList========', list);
setGpuOptions(list);
};