Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sdk-components-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webstudio components for animation",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"license": "AGPL-3.0-or-later",
"license": "LicenseRef-Webstudio,Inc-Proprietary",
"private": false,
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Video = forwardRef<

// fallback to provided src
const src =
srcProp && videoLoader ? videoLoader({ src: srcProp }) : undefined;
srcProp && videoLoader ? videoLoader({ src: srcProp }) : srcProp;

useEffect(() => {
if ($progress === undefined) {
Expand Down
Loading