mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 19:31:12 +01:00
Better project selector, Fixes #2, and a bunch more
This commit is contained in:
@@ -29,6 +29,7 @@ export function Prompt({ onHide, label, name, defaultValue, onResult }: PromptPr
|
||||
<VStack space={6}>
|
||||
<Input
|
||||
hideLabel
|
||||
require
|
||||
label={label}
|
||||
name={name}
|
||||
defaultValue={defaultValue}
|
||||
|
||||
Reference in New Issue
Block a user