mirror of https://github.com/langgenius/dify.git
hide log panel in web app
This commit is contained in:
parent
5843b30a13
commit
a264973366
|
|
@ -75,7 +75,7 @@ const Operation: FC<OperationProps> = ({
|
|||
/>
|
||||
)}
|
||||
|
||||
{!isOpeningStatement && (
|
||||
{!isOpeningStatement && (showPromptLog || config?.text_to_speech?.enabled) && (
|
||||
<div className='hidden group-hover:flex items-center w-max h-[28px] p-0.5 rounded-lg bg-white border-[0.5px] border-gray-100 shadow-md'>
|
||||
{showPromptLog && (
|
||||
<Log logItem={item} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue