Skip to content

Commit

Permalink
fix: elements.yml checkboxes validation
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed May 17, 2023
1 parent be1bb10 commit d6721cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ body:
options:
- label: checkbox-option-1
- label: checkbox-option-2
required: false
- label: checkbox-option-3
validations:
required: true
required: true
- type: dropdown
id: dropdown-id
attributes:
Expand Down

0 comments on commit d6721cf

Please sign in to comment.