mirror of https://github.com/langgenius/dify.git
Update web/app/components/app/configuration/config-var/index.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
21694ab3b6
commit
d319fcc234
|
|
@ -34,7 +34,7 @@ type ExternalDataToolParams = {
|
||||||
type: string
|
type: string
|
||||||
index: number
|
index: number
|
||||||
name: string
|
name: string
|
||||||
config?: Record<string, unknown>
|
config?: PromptVariable['config']
|
||||||
icon?: string
|
icon?: string
|
||||||
icon_background?: string
|
icon_background?: string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue