소스 검색

fix: not load dataset config (#1381)

Joel 1 년 전
부모
커밋
ff527a0190
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/app/configuration/index.tsx

+ 1 - 1
web/app/components/app/configuration/index.tsx

@@ -342,7 +342,7 @@ const Configuration: FC = () => {
       }
       syncToPublishedConfig(config)
       setPublishedConfig(config)
-
+      setDatasetConfigs(modelConfig.dataset_configs)
       setHasFetchedDetail(true)
     })
   }, [appId])