[PR #964] [MERGED] fix: activation page reload issue after activating #22806

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/964
Author: @MatriQ
Created: 8/22/2023
Status: Merged
Merged: 8/23/2023
Merged by: @JzoNgKVO

Base: mainHead: fix/page-reload-after-activating


📝 Commits (1)

  • aa1c67a fix: activation page reload issue after activating

📊 Changes

3 files changed (+13 additions, -12 deletions)

View changed files

📝 web/app/activate/activateForm.tsx (+8 -7)
📝 web/context/i18n.ts (+3 -3)
📝 web/i18n/client.ts (+2 -2)

📄 Description

  • Using useCallback to reduce re-render.
  • Avoiding activation page reload after activating.

🔄 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/964 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/23/2023 **Merged by:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Base:** `main` ← **Head:** `fix/page-reload-after-activating` --- ### 📝 Commits (1) - [`aa1c67a`](https://github.com/langgenius/dify/commit/aa1c67a60c0b394ae55ae6b93c8e49b61df7c253) fix: activation page reload issue after activating ### 📊 Changes **3 files changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/app/activate/activateForm.tsx` (+8 -7) 📝 `web/context/i18n.ts` (+3 -3) 📝 `web/i18n/client.ts` (+2 -2) </details> ### 📄 Description * Using `useCallback` to reduce re-render. * Avoiding activation page reload after activating. --- <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:19:47 -05:00
yindo closed this issue 2026-02-21 20:19:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22806