mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +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,
|
||||
onChange,
|
||||
minInput = 1,
|
||||
maxInput = 13,
|
||||
maxInput = 3,
|
||||
disablePayload = false,
|
||||
fieldPath,
|
||||
}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user