mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🪨 fix: Formatting Edge Case Handling for Bedrock Messages (#4016)
* refactor: Remove console.log statement in SelectDropDown component * fix(bedrock): edge case - message.content as string creating message formatting issue
This commit is contained in:
parent
c3dc03b063
commit
9a393be012
2 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ function SelectDropDown({
|
|||
const hasSearchRender = searchRender != null;
|
||||
const options = hasSearchRender ? filteredValues : availableValues;
|
||||
|
||||
console.log({ hasSearchRender, options });
|
||||
const renderIcon = showOptionIcon && value != null && (value as OptionWithIcon).icon != null;
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue