mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🩹 Fix, options must not include booleans
This commit is contained in:
parent
b1e510684a
commit
33d8bf7b7a
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/showcase-addition.yml
vendored
4
.github/ISSUE_TEMPLATE/showcase-addition.yml
vendored
|
|
@ -28,8 +28,8 @@ body:
|
||||||
label: Would you like your name/ username included?
|
label: Would you like your name/ username included?
|
||||||
description: This will be displayed above the screenshot to your dashboard in the showcase page
|
description: This will be displayed above the screenshot to your dashboard in the showcase page
|
||||||
options:
|
options:
|
||||||
- Yes
|
- 'Yes'
|
||||||
- No
|
- 'No'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
# 4 - Social links
|
# 4 - Social links
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue