mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
fix: hide the edit button when bingai
This commit is contained in:
parent
644f3f716f
commit
8882432210
2 changed files with 14 additions and 8 deletions
|
|
@ -259,7 +259,7 @@ export default function Message({
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
<HoverButtons user={!error && isCreatedByUser && !edit} onClick={() => enterEdit()}/>
|
||||
<HoverButtons model={model} visible={!error && isCreatedByUser && !edit} onClick={() => enterEdit()}/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue