mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #435 from Hexastack/321-issue-missing-validation-on-number-of-button-in-blockform
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
fix: sync UI button max number validation with the API validation
This commit is contained in:
commit
c32c4e17e2
@ -35,7 +35,7 @@ const ButtonsInput: FC<ButtonsInput> = ({
|
|||||||
value,
|
value,
|
||||||
onChange,
|
onChange,
|
||||||
minInput = 1,
|
minInput = 1,
|
||||||
maxInput = 13,
|
maxInput = 3,
|
||||||
disablePayload = false,
|
disablePayload = false,
|
||||||
fieldPath,
|
fieldPath,
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user