From 4a2b33975b2a5a67a5c113c4734c557d20f2ddbb Mon Sep 17 00:00:00 2001 From: Ryan Darge Date: Wed, 24 May 2023 15:03:53 -0400 Subject: [PATCH] Increase max length of startup openai key field --- react/components/FisrtInitModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/FisrtInitModal.js b/react/components/FisrtInitModal.js index 70c9460..da5ce15 100644 --- a/react/components/FisrtInitModal.js +++ b/react/components/FisrtInitModal.js @@ -87,7 +87,7 @@ const FirstInitModal = () => { placeholder="API KEY" value={openaiApiKey} onChange={handleOpenaiApiKeyChange} - maxLength={50} + maxLength={51} style={{ maxWidth: 300 }} suffix={} required