Commit b6c7589
committed
fix: sync OrganisationStore after project updates for navbar refresh
Call AppActions.refreshOrganisation() after project updates to ensure
the legacy OrganisationStore stays in sync with RTK Query cache.
This fixes the navbar not updating when project name changes, which was causing the E2E test (project-test.ts) to fail.1 parent e7e275a commit b6c7589
File tree
1 file changed
+3
-0
lines changed- frontend/web/components/pages/project-settings/hooks
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments