diff --git a/web/app/components/app/configuration/index.tsx b/web/app/components/app/configuration/index.tsx index 619a7e2600..801c91bdd2 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])