fix: sync UI button max number validation with the API validation

This commit is contained in:
yassinedorbozgithub 2024-12-10 09:10:38 +01:00
parent 1f61e43f58
commit 48791da8d3

View File

@ -32,7 +32,7 @@ const ButtonsInput: FC<ButtonsInput> = ({
value,
onChange,
minInput = 1,
maxInput = 13,
maxInput = 3,
disablePayload = false,
fieldPath,
}) => {