Use a textarea in the feedback modal

This commit is contained in:
Robert Long
2022-02-23 16:07:14 -08:00
parent 721cccf152
commit 25385edf12
3 changed files with 35 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ export function FeedbackModal({ inCall, roomId, ...rest }) {
id="description"
name="description"
label="Description (optional)"
type="text"
type="textarea"
/>
</FieldRow>
<FieldRow>