Skip to content

Commit

Permalink
Merge pull request #1020 from lowcoder-org/dev
Browse files Browse the repository at this point in the history
routing fix
  • Loading branch information
FalkWolsky committed Jul 8, 2024
2 parents fc9350d + 9ad82c5 commit 3e16e89
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 3e16e89

Please sign in to comment.