mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
refactor: rename placeholder to default in form input (#31452)
This commit is contained in:
@ -321,7 +321,7 @@ export type HumanInputFormData = {
|
||||
inputs: FormInputItem[]
|
||||
actions: UserAction[]
|
||||
form_token: string
|
||||
resolved_placeholder_values: Record<string, string>
|
||||
resolved_default_values: Record<string, string>
|
||||
display_in_ui: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user