mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Update dropdown in the product submission form
Update the product update dropdown's label and options. Mainly focused on removing usage of Yes/No because these are boolean values in YAML and thus needed special handling compared to other strings. Co-authored-by: dav3r <david.redmin@trio.dhs.gov> Co-authored-by: Shane Frasier <jeremy.frasier@trio.dhs.gov>
This commit is contained in:
parent
b5ab6c3fb9
commit
0804f1e8e9
1 changed files with 3 additions and 3 deletions
|
@ -51,11 +51,11 @@ body:
|
|||
- type: dropdown
|
||||
id: product-updated
|
||||
attributes:
|
||||
label: Product update available
|
||||
label: Product update
|
||||
description: Is there an update available for the product?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- Available
|
||||
- Not Available
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
Loading…
Reference in a new issue