0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 10:52:42 +00:00

remove labels from dropdowns and add label

This commit is contained in:
Gazook89
2022-09-19 09:54:34 -05:00
parent 208e9261ce
commit 5ad4e6b1f1
2 changed files with 10 additions and 9 deletions

View File

@@ -20,11 +20,11 @@ body:
label: Browser
description: Which browser were you using when the issue occurred?
options:
- label: Chrome
- label: Firefox
- label: Edge
- label: Safari
- label: other
- Chrome
- Firefox
- Edge
- Safari
- other
validations:
required: true
- type: dropdown
@@ -33,10 +33,10 @@ body:
label: Operating System
description: Which OS were you using when the issue occurred?
options:
- label: Windows
- label: MacOS
- label: Linux
- label: other
- Windows
- MacOS
- Linux
- other
validations:
required: true
- type: textarea