Skip to content

Commit 3e16e89

Browse files
authored
Merge pull request #1020 from lowcoder-org/dev
routing fix
2 parents fc9350d + 9ad82c5 commit 3e16e89

File tree

1 file changed

+3
-3
lines changed
  • client/packages/lowcoder/src/pages/ApplicationV2

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ export default function ApplicationHome() {
267267

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

270-
// useEffect(() => {
271-
// dispatch(fetchHomeData({}));
272-
// }, [user.currentOrgId]);
270+
useEffect(() => {
271+
dispatch(fetchHomeData({}));
272+
}, [user.currentOrgId]);
273273

274274
useEffect(() => {
275275
if (!org) {

0 commit comments

Comments
 (0)