[PR #30751] fix(web): invalidate app list cache after deleting app from detail page #32950

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

Original Pull Request: https://github.com/langgenius/dify/pull/30751

State: closed
Merged: Yes


Summary

  • Fix stale app list after deleting an app from the app detail page
  • Add invalidateAppList() call after successful deletion in app-info.tsx
  • Ensures React Query cache is properly invalidated when navigating back to app list

Test plan

  • Delete app from app detail page
  • Navigate back to app list
  • Verify deleted app no longer appears in list
  • Lint and type checks pass
  • Existing tests pass

fixes #30746
close https://github.com/langgenius/dify/pull/30752

**Original Pull Request:** https://github.com/langgenius/dify/pull/30751 **State:** closed **Merged:** Yes --- ## Summary - Fix stale app list after deleting an app from the app detail page - Add `invalidateAppList()` call after successful deletion in `app-info.tsx` - Ensures React Query cache is properly invalidated when navigating back to app list ## Test plan - [x] Delete app from app detail page - [x] Navigate back to app list - [x] Verify deleted app no longer appears in list - [x] Lint and type checks pass - [x] Existing tests pass fixes #30746 close https://github.com/langgenius/dify/pull/30752
yindo added the pull-request label 2026-02-21 20:52:23 -05:00
yindo closed this issue 2026-02-21 20:52:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32950