mirror of https://github.com/langgenius/dify.git
change user list to conversation var panel left
This commit is contained in:
parent
d5fc3e7bed
commit
957a8253f8
|
|
@ -60,8 +60,8 @@ const HeaderInNormal = ({
|
|||
<EditingTitle />
|
||||
</div>
|
||||
<div className='flex items-center gap-2'>
|
||||
{components?.left}
|
||||
<OnlineUsers />
|
||||
{components?.left}
|
||||
<Divider type='vertical' className='mx-auto h-3.5' />
|
||||
<EnvButton disabled={nodesReadOnly} />
|
||||
<Divider type='vertical' className='mx-auto h-3.5' />
|
||||
|
|
|
|||
Loading…
Reference in New Issue