mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Update frontend to use new backend API:
- save_config now accepts optional 'activate' parameter
- activate endpoint now requires 'type' parameter ('system' | 'user')
When switching to managed mode, call activate with type='system' instead
of deleting user config, so custom configurations are preserved for
future use.
|
||
|---|---|---|
| .. | ||
| config-modal.tsx | ||
| constants.ts | ||
| index.tsx | ||
| provider-card.tsx | ||
| provider-icon.tsx | ||
| switch-modal.tsx | ||