[PR #305] [MERGED] Fix/reset config #22430

Closed
opened 2026-02-21 20:18:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/305
Author: @iamjoel
Created: 6/6/2023
Status: Merged
Merged: 6/6/2023
Merged by: @iamjoel

Base: mainHead: fix/reset-config


📝 Commits (3)

  • b6446bd chore: word spell problem
  • 6eb3b78 fix: context, introduction, next suggestion reset
  • 5042b07 fix: switch not sync value

📊 Changes

7 files changed (+147 additions, -121 deletions)

View changed files

📝 web/app/components/app/configuration/config/index.tsx (+5 -5)
📝 web/app/components/app/configuration/debug/index.tsx (+2 -2)
📝 web/app/components/app/configuration/index.tsx (+59 -42)
📝 web/app/components/base/switch/index.tsx (+9 -5)
📝 web/app/components/share/text-generation/index.tsx (+3 -3)
📝 web/context/debug-configuration.ts (+6 -6)
📝 web/models/debug.ts (+63 -58)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/305 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 6/6/2023 **Status:** ✅ Merged **Merged:** 6/6/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `fix/reset-config` --- ### 📝 Commits (3) - [`b6446bd`](https://github.com/langgenius/dify/commit/b6446bdd5a9236ed185b3529f6fc6f470c8a60b6) chore: word spell problem - [`6eb3b78`](https://github.com/langgenius/dify/commit/6eb3b78be3232b294c9b1c26837472dc1fe122cc) fix: context, introduction, next suggestion reset - [`5042b07`](https://github.com/langgenius/dify/commit/5042b073e4c30166b67909fbb8d5e035d93a980e) fix: switch not sync value ### 📊 Changes **7 files changed** (+147 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/configuration/config/index.tsx` (+5 -5) 📝 `web/app/components/app/configuration/debug/index.tsx` (+2 -2) 📝 `web/app/components/app/configuration/index.tsx` (+59 -42) 📝 `web/app/components/base/switch/index.tsx` (+9 -5) 📝 `web/app/components/share/text-generation/index.tsx` (+3 -3) 📝 `web/context/debug-configuration.ts` (+6 -6) 📝 `web/models/debug.ts` (+63 -58) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:57 -05:00
yindo closed this issue 2026-02-21 20:18:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22430