Add missing - in options for device list

This commit is contained in:
akc3n 2022-10-30 20:20:04 -07:00
parent 8a837fd20e
commit 103a519d76
No known key found for this signature in database
1 changed files with 16 additions and 16 deletions

View File

@ -55,25 +55,25 @@ body:
- type: dropdown - type: dropdown
id: download id: download
attributes: attributes:
label: "Device list" label: Device list
description: Which Pixel(s) have you tested this with? description: Which Pixel(s) have you tested this with?
multiple: true multiple: true
options: options:
Pixel 7 Pro - Pixel 7 Pro
Pixel 7 - Pixel 7
Pixel 6a - Pixel 6a
Pixel 6 Pro - Pixel 6 Pro
Pixel 6 - Pixel 6
Pixel 5a - Pixel 5a
Pixel 5 - Pixel 5
Pixel 4a (5G) - Pixel 4a (5G)
Pixel 4a - Pixel 4a
Pixel 4 XL - Pixel 4 XL
Pixel 4 - Pixel 4
Pixel 3a XL (obsolete) - Pixel 3a XL (obsolete)
Pixel 3a (obsolete) - Pixel 3a (obsolete)
Pixel 3 XL (obsolete) - Pixel 3 XL (obsolete)
Pixel 3 (obsolete) - Pixel 3 (obsolete)
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes