From ff527a0190f77f631f1fc44f1ad510d181744805 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 19 Oct 2023 13:55:25 +0800 Subject: [PATCH] fix: not load dataset config (#1381) --- web/app/components/app/configuration/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/configuration/index.tsx b/web/app/components/app/configuration/index.tsx index 619a7e260079f9..801c91bdd20243 100644 --- a/web/app/components/app/configuration/index.tsx +++ b/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])