mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:16:55 +02:00
Work required to support the JWT plugin
This commit is contained in:
@@ -17,7 +17,7 @@ export function Prompt({
|
||||
defaultValue,
|
||||
placeholder,
|
||||
onResult,
|
||||
require,
|
||||
required,
|
||||
confirmText,
|
||||
cancelText,
|
||||
}: PromptProps) {
|
||||
@@ -38,7 +38,7 @@ export function Prompt({
|
||||
<Input
|
||||
hideLabel
|
||||
autoSelect
|
||||
require={require}
|
||||
required={required}
|
||||
placeholder={placeholder ?? 'Enter text'}
|
||||
label={label}
|
||||
defaultValue={defaultValue}
|
||||
|
||||
Reference in New Issue
Block a user