fix: adapter request not be triggered

This commit is contained in:
jialin
2026-05-29 11:24:03 +08:00
committed by jialin
parent 5cff1298fc
commit 7d0b94330d
2 changed files with 24 additions and 29 deletions
-2
View File
@@ -86,7 +86,6 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
sourceDisable = true,
sourceList,
clusterList = [],
fields = ['source'],
clearCacheFormValues,
onBackendChange,
onSourceChange,
@@ -456,7 +455,6 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
}}
>
<BasicForm
fields={fields}
sourceList={sourceList}
clusterList={clusterList}
sourceDisable={sourceDisable}