Updated appropriate icon for OpenAPIChain

This commit is contained in:
vjsai
2023-07-07 18:38:22 +05:30
parent c78ca494f5
commit 717468a018
2 changed files with 1 additions and 1 deletions
@@ -17,7 +17,7 @@ class OpenApiChain_Chains implements INode {
this.label = 'OpenAPI Chain'
this.name = 'openApiChain'
this.type = 'openApiChain'
this.icon = 'apichain.svg'
this.icon = 'openapi.png'
this.category = 'Chains'
this.description = 'Chain to run queries against OpenAPI'
this.baseClasses = [this.type, ...getBaseClasses(APIChain)]