mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Fix default values in dynamic forms
This commit is contained in:
@@ -39,6 +39,8 @@ export function HttpAuthenticationEditor({ request }: Props) {
|
||||
|
||||
return (
|
||||
<DynamicForm
|
||||
autocompleteVariables
|
||||
useTemplating
|
||||
stateKey={`auth.${request.id}.${request.authenticationType}`}
|
||||
config={auth.config}
|
||||
data={request.authentication}
|
||||
|
||||
Reference in New Issue
Block a user