mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: sync UI button max number validation with the API validation
This commit is contained in:
parent
1f61e43f58
commit
48791da8d3
@ -32,7 +32,7 @@ const ButtonsInput: FC<ButtonsInput> = ({
|
||||
value,
|
||||
onChange,
|
||||
minInput = 1,
|
||||
maxInput = 13,
|
||||
maxInput = 3,
|
||||
disablePayload = false,
|
||||
fieldPath,
|
||||
}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user