Skip to content

Commit 9b2334f

Browse files
author
FalkWolsky
committed
Fixing Blank Screen bug
1 parent a545620 commit 9b2334f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ export default function ApplicationHome() {
171171

172172
useEffect(() => {
173173
if (user.currentOrgId) {
174-
dispatch(fetchHomeData({}));
175174
dispatch(fetchSubscriptionsAction());
176175
dispatch(fetchDeploymentIdAction());
177176
}
177+
dispatch(fetchHomeData({}));
178178
}, [user.currentOrgId]);
179179

180180
const supportSubscription = subscriptions.some(sub => sub.product === SubscriptionProducts.SUPPORT);

0 commit comments

Comments
 (0)