We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a545620 commit 9b2334fCopy full SHA for 9b2334f
client/packages/lowcoder/src/pages/ApplicationV2/index.tsx
@@ -171,10 +171,10 @@ export default function ApplicationHome() {
171
172
useEffect(() => {
173
if (user.currentOrgId) {
174
- dispatch(fetchHomeData({}));
175
dispatch(fetchSubscriptionsAction());
176
dispatch(fetchDeploymentIdAction());
177
}
+ dispatch(fetchHomeData({}));
178
}, [user.currentOrgId]);
179
180
const supportSubscription = subscriptions.some(sub => sub.product === SubscriptionProducts.SUPPORT);
0 commit comments