diff --git a/frontend/src/components/ModelBox/ModelConfiguration.tsx b/frontend/src/components/ModelBox/ModelConfiguration.tsx index 3d9165750..0b1948bde 100644 --- a/frontend/src/components/ModelBox/ModelConfiguration.tsx +++ b/frontend/src/components/ModelBox/ModelConfiguration.tsx @@ -88,7 +88,8 @@ function ModelConfiguration({ useEffect(() => { if (!chatModel) { - // chatModel is undefined if this is the first time that the user has switched to the sandbox level, and the change level request has not yet resolved successfully + // chatModel is undefined if this is the first time that the user has switched to the sandbox level + // and the change level request has not yet resolved successfully return; } const newCustomChatModelConfigs = customChatModelConfigs.map((config) => {