Made requestType required

This commit is contained in:
Core 2022-01-31 22:50:00 +00:00
parent 9c2955b5e7
commit ca9374083a

View file

@ -19,11 +19,13 @@ body:
- type: dropdown - type: dropdown
id: requestType id: requestType
attributes: attributes:
label: Change or addition label: Change or Addition or Both
multiple: true multiple: true
options: options:
- Change the Language - Change a Language
- Add the Language - Add a Language
validations:
required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes: