From 481f61714ed22e8198319bb53b0536b4571ab104 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 12 Jul 2022 08:13:21 +0200 Subject: [PATCH] fix(templates): duplicate resultsPreference conflict --- apps/builder/services/typebots/typebots.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/builder/services/typebots/typebots.ts b/apps/builder/services/typebots/typebots.ts index a25030a1c..7f7bf1dac 100644 --- a/apps/builder/services/typebots/typebots.ts +++ b/apps/builder/services/typebots/typebots.ts @@ -221,6 +221,7 @@ const duplicateTypebot = ( : typebot.settings, createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), + resultsTablePreferences: typebot.resultsTablePreferences ?? undefined, }, webhookIdsMapping, }