Skip to content

Commit bb08793

Browse files
committed
Fix syntax for dropdowns
1 parent 16ead1b commit bb08793

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ body:
1515
attributes:
1616
label: A single-select dropdown
1717
options:
18-
- label: Foo
19-
- label: Bar
20-
- label: Baz
18+
- Foo
19+
- Bar
20+
- Baz
2121
- type: dropdown
2222
id: multi-dropdown
2323
attributes:
2424
label: A multi-select dropdown
2525
multiple: true
2626
options:
27-
- label: Foo
28-
- label: Bar
29-
- label: Baz
27+
- Foo
28+
- Bar
29+
- Baz
3030
- type: input
3131
id: the-input
3232
attributes:

0 commit comments

Comments
 (0)