fix: gpu selector sort

This commit is contained in:
jialin
2025-05-06 13:19:06 +08:00
parent eccebae596
commit 56e8e84eaf
7 changed files with 9 additions and 291 deletions
@@ -163,7 +163,6 @@ const AdvanceConfig: React.FC<AdvanceConfigProps> = (props) => {
}, []);
const handleBackendParametersOnBlur = () => {
const backendParams = form.getFieldValue('backend_parameters');
onValuesChange?.({}, form.getFieldsValue());
};