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) { }: PromptArgs) {
const inputs: FormInput[] = [ const inputs: FormInput[] = [
{ {
...props,
type: 'text', type: 'text',
name: 'value', name: 'value',
...props,
}, },
]; ];