Skip to content

Commit

Permalink
wraps comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsh-scottlogic committed Mar 12, 2024
1 parent b8eb89f commit 2ba7e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/ModelBox/ModelConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2ba7e64

Please sign in to comment.