mirror of https://github.com/Lissy93/dashy.git
🩹 Fix, options must not include booleans
This commit is contained in:
parent
b1e510684a
commit
33d8bf7b7a
|
@ -28,8 +28,8 @@ body:
|
|||
label: Would you like your name/ username included?
|
||||
description: This will be displayed above the screenshot to your dashboard in the showcase page
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: true
|
||||
# 4 - Social links
|
||||
|
|
Loading…
Reference in New Issue