fix: should not require ed-board and self-assign checkbox

This commit is contained in:
CDN18 2024-05-17 16:39:43 +08:00
parent 367e2c1a68
commit 17d352bd12
Signed by: CDN
GPG key ID: 0C656827F9F80080
3 changed files with 6 additions and 7 deletions

View file

@ -52,7 +52,7 @@ body:
description: 如果你是编委会成员,请勾选此项。
options:
- label: 我是STARSET Wiki编委会成员。
required: true
required: false
- type: checkboxes
id: self-assign
attributes:
@ -60,5 +60,4 @@ body:
description: 如果你愿意自行承担该条目的编写工作,请勾选此项。
options:
- label: 我愿意自行承担该条目的编写工作。
required: true
required: false