Skip to content

Commit 2b9d4e8

Browse files
authored
Merge branch 'dev' into feature/openApi-support-empty-tags
2 parents c7baf17 + 9ad82c5 commit 2b9d4e8

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

Lines changed: 3 additions & 3 deletions
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)