From 2b2cb8b8a5d747a7a9d5163e1d5cd861d77de70b Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 20 Jun 2024 12:39:15 +0200 Subject: [PATCH] Fix --- frontend/src/scenes/pipeline/hogfunctions/HogFunctionInputs.tsx | 2 +- posthog/cdp/templates/slack/template_slack.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionInputs.tsx b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionInputs.tsx index 3c3877a75b5f0..92a068b7fb6be 100644 --- a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionInputs.tsx +++ b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionInputs.tsx @@ -261,7 +261,7 @@ export function HogFunctionInputRenderer({ value, onChange, schema, disabled }: return onChange?.(checked)} disabled={disabled} /> case 'integration': return - case 'integration-field': + case 'integration_field': return default: return ( diff --git a/posthog/cdp/templates/slack/template_slack.py b/posthog/cdp/templates/slack/template_slack.py index 8b069a7a3fce4..3b7dd456f4b97 100644 --- a/posthog/cdp/templates/slack/template_slack.py +++ b/posthog/cdp/templates/slack/template_slack.py @@ -33,7 +33,7 @@ }, { "key": "channel", - "type": "integration-field", + "type": "integration_field", "integration_key": "slack_workspace", "integration_field": "slack_channel", "label": "Channel to post to",