Skip to content

Commit

Permalink
routing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jul 8, 2024
1 parent 7c772b8 commit 9ad82c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/packages/lowcoder/src/pages/ApplicationV2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ export default function ApplicationHome() {

const isOrgAdmin = org?.createdBy == user.id ? true : false;

// useEffect(() => {
// dispatch(fetchHomeData({}));
// }, [user.currentOrgId]);
useEffect(() => {
dispatch(fetchHomeData({}));
}, [user.currentOrgId]);

useEffect(() => {
if (!org) {
Expand Down

0 comments on commit 9ad82c5

Please sign in to comment.