Skip to content

Commit

Permalink
fix playsInline react name
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 8, 2023
1 parent 99f14a3 commit 6e9005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooey_ui/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def video(src: str, caption: str = None, autoplay: bool = False):
"autoPlay": True,
"loop": True,
"muted": True,
"playsinline": True,
"playsInline": True,
}

if not src:
Expand Down

0 comments on commit 6e9005d

Please sign in to comment.