diff --git a/packages/editor-ui/src/components/NodeSettings.vue b/packages/editor-ui/src/components/NodeSettings.vue index 8199c78c23..6b4d88344c 100644 --- a/packages/editor-ui/src/components/NodeSettings.vue +++ b/packages/editor-ui/src/components/NodeSettings.vue @@ -325,8 +325,6 @@ export default mixins( * Check if any of the node's credential types may be used to make a request with the HTTP Request node v2. */ checkHttpRequestNodeSupport(credentialTypeNames: string[]) { - if (!this.isHttpRequestNodeV2(this.node)) return; - this.isSupportedByHttpRequestNode = credentialTypeNames.some(name => { const credentialType = this.getCredentialTypeByName(name);