Thanks to visit codestin.com Credit goes to github.com
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 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