Skip to content

Commit 7c1651c

Browse files
fixed auto height on the stream video comp
1 parent 4033990 commit 7c1651c

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/remoteComp

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/remoteComp/loaders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function npmLoader(
1313

1414
// Falk: removed "packageVersion = "latest" as default value fir packageVersion - to ensure no automatic version jumping.
1515
const localPackageVersion = remoteInfo.packageVersion || "latest";
16-
16+
1717
const { packageName, packageVersion, compName } = remoteInfo;
1818
const entry = `${NPM_PLUGIN_ASSETS_BASE_URL}/${packageName}@${localPackageVersion}/index.js`;
1919
// const entry = `../../../../../public/package/index.js`;

0 commit comments

Comments
 (0)