This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: not load dataset config (
#1381
)
tags/0.3.29
Joel
2 years ago
parent
6e05f8ca93
commit
ff527a0190
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/app/configuration/index.tsx
+ 1
- 1
web/app/components/app/configuration/index.tsx
View File
@@ -342,7 +342,7 @@ const Configuration: FC = () => {
}
syncToPublishedConfig(config)
setPublishedConfig(config)
setDatasetConfigs(modelConfig.dataset_configs)
setHasFetchedDetail(true)
})
}, [appId])
Write
Preview
Loading…
Cancel
Save