Movatterモバイル変換


[0]ホーム

URL:


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

Commit3e16e89

Browse files
authored
Merge pull request#1020 from lowcoder-org/dev
routing fix
2 parentsfc9350d +9ad82c5 commit3e16e89

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
constisOrgAdmin=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)

[8]ページ先頭

©2009-2025 Movatter.jp