mirror of https://github.com/vector-im/riot-web
Add logs checkbox
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/18429/head
parent
88de44f3f0
commit
b5fdeb127f
|
@ -57,3 +57,10 @@ body:
|
|||
placeholder: e.g. From https://element.io/get-started
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
options:
|
||||
- label: I have sent logs
|
||||
required: false
|
||||
|
|
|
@ -57,3 +57,10 @@ body:
|
|||
placeholder: e.g. develop.element.io, app.element.io
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
options:
|
||||
- label: I have sent logs
|
||||
required: false
|
||||
|
|
Loading…
Reference in New Issue