fix(style): select gpu vendor

This commit is contained in:
jialin
2025-09-19 20:07:13 +08:00
parent f542ebecb4
commit 749adb56f8
@@ -73,7 +73,6 @@ const AddWorkerStep: React.FC<AddModalProps> = ({
);
const handleSelectProvider = (value: string, item: any) => {
if (provider !== ProviderValueMap.Docker) return;
setCurrentGPU(value);
setWorkerCommand(item);
};