Skip to content

Commit

Permalink
EPMRPP-98826 || Routing is broken for users after reloading a page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO authored Feb 3, 2025
1 parent a9779c2 commit ffb3806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/controllers/user/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function* fetchUserWorker() {
try {
const currentProject = yield call(
fetch,
URLS.organizationProjects(activeOrganization?.id, { slug: activeOrganization?.slug }),
URLS.organizationProjects(activeOrganization?.id, { slug: targetProjectSlug }),
);
projectKey = currentProject?.items?.[0]?.key;
} catch (e) {} // eslint-disable-line no-empty
Expand Down

0 comments on commit ffb3806

Please sign in to comment.