fix: draft model local path do not search

This commit is contained in:
jialin
2025-11-03 14:22:52 +08:00
parent e66ee5d3f1
commit 4bbae673dc
5 changed files with 12 additions and 3 deletions
-1
View File
@@ -222,7 +222,6 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
..._.omit(data, ['scheduleType']),
...gpuSelector
};
onOk(allValues);
};