Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b9d4e8

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /