Skip to content

Commit

Permalink
QF-1056 disable auto-translate for media generator content
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Nov 5, 2024
1 parent 4ee8cea commit ca43f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MediaMaker/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const MediaMakerContent: React.FC<Props> = ({
style={{
justifyContent: 'center',
}}
translate="no"
>
<div className={styles.videoContainer}>
<Video loop src={videoPath} />
Expand Down

0 comments on commit ca43f60

Please sign in to comment.