Kaynağa Gözat

fix: not load dataset config (#1381)

Joel 1 yıl önce
ebeveyn
işleme
ff527a0190

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