From f66f6ae62e5ad1e610b9edbd9f55078f4bfcdc25 Mon Sep 17 00:00:00 2001 From: Justin Torre Date: Sun, 25 Jun 2023 20:34:56 -0700 Subject: [PATCH] fixed cases where choices are undefined (#514) --- web/components/templates/requestsV2/builder/ChatGPTBuilder.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/templates/requestsV2/builder/ChatGPTBuilder.tsx b/web/components/templates/requestsV2/builder/ChatGPTBuilder.tsx index e0306f3c07..c7d640dcc9 100644 --- a/web/components/templates/requestsV2/builder/ChatGPTBuilder.tsx +++ b/web/components/templates/requestsV2/builder/ChatGPTBuilder.tsx @@ -43,7 +43,8 @@ class ChatGPTBuilder extends AbstractRequestBuilder {