mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix prompt
This commit is contained in:
@@ -22,9 +22,9 @@ export async function showPrompt({
|
||||
}: PromptArgs) {
|
||||
const inputs: FormInput[] = [
|
||||
{
|
||||
...props,
|
||||
type: 'text',
|
||||
name: 'value',
|
||||
...props,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user