fix: Fix the rendering type for Text input

This commit is contained in:
elvis kahoro 2023-05-03 18:21:17 -07:00
parent 13c558c53c
commit e3956afbd7

View File

@ -15,7 +15,7 @@ body:
attributes:
label: "Describe the solution you'd like?"
description: "A clear and concise description of what you want to happen."
render: text
render: Text
validations:
required: true
- type: textarea
@ -24,7 +24,7 @@ body:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when [...]"
render: text
render: Text
validations:
required: false
- type: textarea