diff --git a/src/pages/llmodels/forms/basic.tsx b/src/pages/llmodels/forms/basic.tsx index 110668c0..9e912e05 100644 --- a/src/pages/llmodels/forms/basic.tsx +++ b/src/pages/llmodels/forms/basic.tsx @@ -167,8 +167,8 @@ const BasicForm: React.FC = (props) => { return; } form.setFieldValue('cluster_id', next); - handleClusterChange?.(next as number); - }, [scopeOrgId, clusterOptions, form, handleClusterChange]); + handleClusterChange?.(next); + }, [clusterOptions, form, handleClusterChange]); const clusterOptionRender = (option: any) => { const { data } = option;