diff --git a/packages/tui/src/routes/session/form.tsx b/packages/tui/src/routes/session/form.tsx index 510bc7b632..5cad287f61 100644 --- a/packages/tui/src/routes/session/form.tsx +++ b/packages/tui/src/routes/session/form.tsx @@ -746,11 +746,7 @@ export function FormPrompt(props: { form: FormWithLocation }) { - - {answerField()!.description ?? formLabel(answerField()!)} - {answerField()!.required ? " (required)" : ""} - {multi() ? " (select all that apply)" : ""} - + {answerField()!.description ?? formLabel(answerField()!)}