Skip to content

Commit

Permalink
fix: not load dataset config (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel authored Oct 19, 2023
1 parent 6e05f8c commit ff527a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/configuration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const Configuration: FC = () => {
}
syncToPublishedConfig(config)
setPublishedConfig(config)

setDatasetConfigs(modelConfig.dataset_configs)
setHasFetchedDetail(true)
})
}, [appId])
Expand Down

0 comments on commit ff527a0

Please sign in to comment.