Skip to content

Commit

Permalink
reverted isRequired on videoRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
Malavika Koppula committed Mar 22, 2024
1 parent 9ae8cb6 commit 8432f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/lead-art-block/features/leadart/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ LeadArt.propTypes = {
defaultValue: 65,
group: "Video",
}),
videoRatio: PropTypes.oneOf(["--", "16:9", "9:16", "1:1", "4:3"]).tag({
videoRatio: PropTypes.oneOf(["--", "16:9", "9:16", "1:1", "4:3"]).isRequired.tag({
description:
"Aspect ratio to use in player (Defaults to the aspect ratio of the resolved video)",
label: "Player aspect ratio",
Expand Down

0 comments on commit 8432f99

Please sign in to comment.