Fix prompt

This commit is contained in:
Gregory Schier
2025-11-19 09:21:59 -08:00
parent 1fbf9e50c4
commit 474e761eb7

View File

@@ -22,9 +22,9 @@ export async function showPrompt({
}: PromptArgs) {
const inputs: FormInput[] = [
{
...props,
type: 'text',
name: 'value',
...props,
},
];