Skip to content

Commit 150c5c3

Browse files
committed
quick rollback
1 parent c477eca commit 150c5c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/gamut/src/Video/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const Video: React.FC<VideoProps> = (props) => {
7676
placeholderImage,
7777
videoTitle,
7878
videoUrl,
79-
showPlayerEmbed,
79+
showPlayerEmbed = true,
8080
} = props;
8181
const [loading, setLoading] = useState(true);
8282
const isMounted = useIsMounted();

packages/styleguide/src/lib/Molecules/Video/Video.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const Default: Story = {
1717
translations: {
1818
Play: 'Play Intro Video',
1919
},
20+
showPlayerEmbed: false,
2021
},
2122
};
2223

0 commit comments

Comments
 (0)