Skip to content

Commit

Permalink
fix: sync UI button max number validation with the API validation
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Dec 10, 2024
1 parent 1f61e43 commit 48791da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ButtonsInput: FC<ButtonsInput> = ({
value,
onChange,
minInput = 1,
maxInput = 13,
maxInput = 3,
disablePayload = false,
fieldPath,
}) => {
Expand Down

0 comments on commit 48791da

Please sign in to comment.