mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Fix prompt
This commit is contained in:
@@ -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,
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user