From 0ffb394913c18ddc2c785f6a32f4c4db8af750b0 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 4 Dec 2024 10:30:29 -0500 Subject: [PATCH] merge base --- frontend/src/scenes/pipeline/destinations/destinationsLogic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/pipeline/destinations/destinationsLogic.tsx b/frontend/src/scenes/pipeline/destinations/destinationsLogic.tsx index 186264d6c8552..bed880c886729 100644 --- a/frontend/src/scenes/pipeline/destinations/destinationsLogic.tsx +++ b/frontend/src/scenes/pipeline/destinations/destinationsLogic.tsx @@ -320,7 +320,7 @@ export const pipelineDestinationsLogic = kea([ deleteNode: ({ destination }) => { switch (destination.backend) { case PipelineBackend.Plugin: - actions.deleteNodeWebhook(destination) + actions.deleteNodeWebhook(destination as WebhookDestination) break case PipelineBackend.BatchExport: actions.deleteNodeBatchExport(destination)