ソースを参照

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])