We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a0d9 commit 889fe4dCopy full SHA for 889fe4d
client/packages/lowcoder/src/pages/ApplicationV2/MarketplaceView.tsx
@@ -46,9 +46,9 @@ export function MarketplaceView() {
46
useEffect(() => {
47
// Make sure we are fetching local marketplace apps for self-hosted environments
48
if (window.location.host !== 'app.lowcoder.cloud') {
49
- fetchLocalMarketplaceApps();
+ fetchMarketplaceApps();
50
}
51
- fetchMarketplaceApps();
+ fetchLocalMarketplaceApps();
52
}, []);
53
54
return (
0 commit comments