mirror of https://github.com/FlowiseAI/Flowise.git
fix wrong logo
parent
bfa3716bef
commit
b8bee40c1b
|
|
@ -18,7 +18,7 @@ class OpenAPIToolkit_Tools implements INode {
|
|||
this.label = 'OpenAPI Toolkit'
|
||||
this.name = 'openAPIToolkit'
|
||||
this.type = 'OpenAPIToolkit'
|
||||
this.icon = 'openai.png'
|
||||
this.icon = 'openapi.png'
|
||||
this.category = 'Tools'
|
||||
this.description = 'Load OpenAPI specification'
|
||||
this.inputs = [
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue